body{
    background-image: url('../../assets/images/bg.png');
    background-size: cover;
    background-attachment: fixed;
}
.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.jura-regular {
    font-family: "Jura", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.text-yellow{
    color: #face00!important;
}
.double-border-voice{
    border-bottom: 10px double white;
}
.your-brand-div{
    font-family: "Jura", sans-serif;
    color: black;
}
.footer{
    font-family: "Jura", sans-serif;
    color: white;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 30px 20px;
}




#player-container-1 #play-pause-1,#player-container-2 #play-pause-2 {
    cursor: pointer;
    text-indent: -999999px;
    height:40px;
    width: 40px;
    padding: 12px 18px;
    z-index: 2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: 16px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
    background-color: gainsboro;
}
.play {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiAyNHYtMjRsMjAgMTItMjAgMTJ6Ii8+PC9zdmc+);
}
.pause {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==)!important;
}



.navbar-light .navbar-nav .nav-link{
    background-color: white;
    border: 1px solid black;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Jura", sans-serif;
    color: black;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:hover{
    background-color: #face00;
    border:1px solid #face00;
}
.border-yellow{
    border: 2px solid #face00;
}


.navbar-light .navbar-toggler{
    background-color: white;
}

.navbar-light .navbar-nav .nav-link{
    background-color: white;
    border: 1px solid black;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Jura", sans-serif;
    color: black;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s;
}
.cookies{
    position: fixed;
    z-index: 10000;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.cookies .text{
    display: flex;
    align-items: center;
}
.cookies .options a{
    text-decoration: underline;
}
.cookies .options .accept{
}
.cookies .options .reject{
    border: 2px solid grey;
    text-wrap: nowrap;
}
.cookies .options button{
    margin-left: 10px;
    margin-right:10px;
}
.h1-shadow{
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 0px;
}
.whatsapp{
    position: fixed;
    right: 70px;
    bottom: 70px;
    background: white;
    border-radius: 50%;
}
.whatsapp p{
    display: none;
}
#index-video{
    height: 315px;
}
@media only screen and (max-width: 767px) {
    .navbar-light .navbar-toggler-icon{
        filter: invert(1);
    }
    .navbar-light .navbar-toggler{
        background-color: black;
    }
    .navbar-brand img{
        width: 150px;
    }
    .navbar-light .navbar-nav .nav-link{
        background-color: white;
        border: none;
        border-bottom: 0.5px solid black;
        border-radius: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        font-family: "Jura", sans-serif;
        color: black;
        margin-left: 5px;
        margin-right: 5px;
        transition: 0.3s;
    }
    .cookies{
        background: #e7e7e7!important;
        overflow-x: scroll;
        padding-left: 10px!important;
        padding-right: 10px!important;
        display: inline;
    }
    .cookies .text{
        padding-top: 20px;
        display: block;
    }
    .cookies .options{
        display: flex;
        flex-direction: column-reverse;
    }
    .cookies .options a{
        text-wrap: nowrap;
    }
    .cookies .options button{
        width: 80%!important;
        margin-left: 2px;
        margin-right:2px;
        margin-top: 5px;
    }
    .cookies .options .btn.close{
        position: absolute;
        top: 0;
        right:0!important;
        text-align: right;
        padding: 10px;
    }
    .footer  {
        flex-direction: column;
    }
    .footer > div:first-child {
        padding-bottom: 10px;
    }
    .whatsapp img{
        width: 20px;
        height: 20px;
    }
    .whatsapp p{
        display: block;
        font-size: 12px;
    }

    .whatsapp{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0!important;
        width: 100%;
        position: fixed;
        bottom: 0px;
        right: 0;
        background: white;
        z-index: 1000;
        border-radius: 0%;
    }
    #index-video{
        height: 200px;
    }
}






















