@font-face {
    font-family: PPTelegraf-Regular;
    src: url(../fonts/PPTelegraf-Regular.woff);
}

@font-face {
    font-family: PPTelegraf-UltraBold;
    src: url(../fonts/PPTelegraf-UltraBold.woff);
}

@font-face {
    font-family: SharpGrotesk-Book;
    src: url(../fonts/SharpGrotesk-Book15.woff);
}

@font-face {
    font-family: SharpGrotesk-SemiBold;
    src: url(../fonts/SharpGrotesk-SemiBold15.woff);
}

@font-face {
    font-family: SharpGrotesk-Bold;
    src: url(../fonts/SharpGrotesk-Bold15.woff);
}

.navbar {
    position: relative;
    height: 80px;
    width: 100%;
    z-index: 10000;
    background-color: rgb(0, 0, 0);
    /* background-color: #ffb819; */
    z-index: 999999;
    /* box-shadow: 0 1px 10px 5px rgba(0,0,0,0.9); */
    box-shadow: 0 5px 0 0 #ffb819;
    top: 0;
    margin-bottom: 80px;
    /* display: flex;
    justify-content: space-between; */

    animation: navLineAnim 2s ease-in-out infinite alternate;
}

@keyframes navLineAnim {
    0% {
        box-shadow: 0 10px 0 0 #ffb819;
    }

    100% {
        box-shadow: 0 2px 0 0 white;
    }
}

.nav-link {
    font-family: SharpGrotesk-SemiBold;
    color: white;
    /* font-size: 1.5em; */
    background-color: black;
    border: 1px solid #ffb819;
    border-radius: 4px;
    /* box-shadow: 3px 3px 0 white; */
    margin-right: 0.5rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.nav-link:hover {
    background-color: #ffb819;
    /* box-shadow: 5px 5px 0 #ffb819; */
    color: black;
}

.navbar-brand {
    height: 100%;
    width: auto;
    margin-left: 2rem;
}

.rightnav {
    display: flex;
    align-items: center;
}

.rightnav p {
    margin: 0 1rem 0 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    ;
}

.rightnav a {
    padding: 0;
    margin: 0 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: white;
    width: 20px;
}

.rssbrands {
    display: flex;
    flex-direction: row;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.rssbrands a {
    text-decoration: none;
}

.bottombanner {
    background-color: #ffb819;
    margin-top: 1rem;
}

.bottombanner p {
    font-family: SharpGrotesk-Bold;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0;
}

.bottombanner p span {
    font-family: SharpGrotesk-Book;
}

.bottombanner p a {
    text-decoration: underline;
    color: black;
}

.bottombanner img {
    height: 50px;
    width: auto;
}


body {
    height: 100vh;
    width: 100%;
    background-color: white;
    background-image: url(../images/livebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'zizou-slab-regular';
    /* background-image: url(../images/fondolive.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.hero {
    width: 100%;
    height: auto;
    /* background-color: #7877c2; */
    position: relative;
    display: flex;
    align-items: center;
}

.hero2 {
    background-color: #212529;
    padding: 3rem 2rem;
    color: #fafafa;
}

.topIcons img {
    height: 100%;
    width: auto;
}

.selectLang {
    visibility: hidden;
    background-color: #212529;
    padding: 0.5rem 1rem;
    color: #fafafa;
}

.selectLang a {
    font-family: zizou-Medium;
    color: #fafafa;
    font-size: 1rem;

}

.agendaRow {
    height: auto;
    width: 100%;
}

.chatcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    /* border-radius: 8px; */
    /* background-color: white; */
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    border: 3px solid #ffb819;
}

.chatcontainer iframe {
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */

}

.agendaRow>div {
    height: 100%;
}

.youtubeContainer {
    padding: 56.25% 0 0 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    border: 4px solid #ffb819;
}

.youtubeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 10px; */
}

@media (max-width: 2560px) {
    .resizelive {
        max-width: 1440px;
    }

    .logocont {
        max-width: 1440px;
    }
}

@media (max-width: 1920px) {
    .resizelive {
        max-width: 80%;
    }

    /* .chatColnopad{
        padding-right: 0;
    } */
    .logocont {
        max-width: 80%;
    }
}

@media (max-width: 1440px) {
    .resizelive {
        max-width: 90%;
    }

    /* .chatColnopad{
        padding-right: 0;
    } */
    .logocont {
        max-width: 90%;
    }

}

@media (max-width: 1366px) {

    /* .chatColnopad{
        padding-right: 0;
    } */
    .mainNav {
        height: 20vh;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .logocont {
        max-width: 1140px;
    }

    .hero {
        margin-bottom: 3rem;
    }

}

@media (max-width: 720px) {

    .rightnav {
        display: none;
    }

    .pseudonav {
        padding: 0 15px;
        padding-top: 15px;
    }

    .mob-d-none {
        display: none;
    }

    .mainNav {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbrand {
        height: 15vh;
    }

    .navbrand img {
        height: 100%;
        width: auto;
    }

    .nav {
        /* padding-top: 30px; */
        /* padding-right: 3rem; */
        margin-bottom: 0;
        font-family: PPTelegraf-Regular;
        font-size: 1.2rem;
        height: 10vh;
        display: flex;
        justify-content: center !important;
        align-items: center;
        text-align: center;
    }

    .nav-item {
        border: none;
    }

    .nav-link {
        color: white;
        border-right: 1px solid #ffb819;
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-item:nth-child(3) .nav-link {
        border-right: none;
    }

    .nav-link.active {
        text-underline-offset: 5px;
        text-decoration: underline;
    }

    .upnlogoTop {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 64px;
        height: 100px;
        width: auto;
    }

    .SocialMedia {
        position: fixed;
        z-index: 999999;
        right: 0;
        left: 0;
        top: unset;
        bottom: 0;
        width: auto;
        height: auto;
        margin: auto auto;
        display: flex;
        align-items: center;
        pointer-events: none;
    }

    .socialMediaAnchors {
        pointer-events: all;
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-radius: 0px;
        width: 100%;
        padding: 10px;
    }

    .SocialMedia a {
        background-color: transparent;
        margin: 0px 10px;
        padding: 0;
    }

    .SocialMedia a img {
        width: 50px;
        height: 50px;
    }

    body {
        height: 100%;
        background-size: unset;
    }

    .topbar {
        margin-bottom: 1rem;
    }

    .mbp {
        padding: 0;
    }

    .chatcontainer {
        margin-top: 1rem;
        width: 100%;
        height: 400px !important;
        margin-bottom: 50px;

    }

    .chatcontainer iframe {
        width: 100%;
        height: 100%;

    }

    .resizelive {
        margin-top: 5vh;
        max-width: 100%;
    }

    .extramob {
        padding-bottom: 5rem;
    }

    .hero {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .youtubeContainer iframe {
        border-radius: 0px;
    }

}