* {
    /* font-family: 'Inter'; */
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.buttonOrange {
    background: #FEB43F;
    padding: 8px 20px;
}

.buttonOrange:hover {
    background: #0F365A;
    border: 2px solid #FEB43F;
    color: #FEB43F;
}

.buttonOrangeBlue {
    text-align: center;
    background: #FEB43F;
    padding: 8px 20px;
    border: 2px solid #FEB43F;
}

.buttonOrangeBlue:hover {
    background: #0F365A;
    border: 2px solid #FEB43F;
    color: #FEB43F;
}

.buttonWrappee {
    text-align: center;
}

.center {
    text-align: center !important;
}

.nav-link {
    color: #222;
}

.nav-link:hover {
    font-weight: 500;
    color: #222;
}

.nav-link:active {
    font-weight: 500;
    color: #222;
}


.itemAlignHref {
    color: #fff;
    text-decoration: none;
}

.itemAlignHref:hover {
    color: #fff;
}

.itemAlignBlock {
    padding: 16px;
    text-align: center;
}

.itemAlignBlock:hover {
    background: #FEB43F;
    text-align: center;
}

.videoWrapper {
    height: 85vh;
    width: 100%;
    padding: 0;
    margin: 0;
    /* background: #ededed; */
}

.video-content {
    height: 100vh;
}

.video-box {
    position: relative;
    overflow: hidden;
}

.video-box iframe {
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
}

.video-content {
    position: relative;
    /* color: #fff; */
    padding: 50px;
    font-size: 20px;
}

.video-content:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    opacity: 0.5;
}

.wrapperInfo {
    background: #0F365A;
    height: auto;
}

.logoInfoMain {
    color: #FEB43F;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}

.rectangle {
    width: 10rem;
    height: 0.0625rem;
    /* flex-shrink: 0; */
    border-radius: 0.1875rem;
    background: #FEB43F;
    text-align: center;
}

.logoInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.logoInfo {
    padding-top: 30px;
}

@media screen and (max-width: 992px) {
    .logoInfo {
        padding-bottom: 30px;
    }

    #footerLogo {
        display: none;
    }

    .buttonOrangeBlue {
        width: 350px;
    }

    .rectangle1 {
        width: 100% !important;
    }
}


.paddingFooter {
    padding: 10px 0px;
}


.textInfoMain {
    text-align: center;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}

.rectangle1 {
    width: 30rem;
    height: 0.0625rem;
    /* flex-shrink: 0; */
    border-radius: 0.1875rem;
    background: #FEB43F;
    text-align: center;
}

@media screen and (max-width:992px) {
    .wrapperMenySecond {
        display: none;
    }
}

.h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FEB43F;
    font-weight: bold;
    font-size: 40px;
}

.card {
    margin-bottom: 30px;
}

.card-title {
    padding-top: 8px;
}

.card {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.10);
}

.card-text {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.card-title {
    color: #fff;
}

.arrow {
    border: solid #FEB43F;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowBtn {
    color: #FEB43F;
    text-decoration: none;
}

.arrowBtn:hover {
    color: #FEB43F;
}

.arrowBtn:hover~.arrow {
    margin-left: 10px !important;
}


.paragraph {
    color: #fff;
    font-weight: 300;
}

.dataNews {
    color: rgba(255, 255, 255, 0.70);
    font-size: 10px;
}

@media screen and (max-width: 480px) {
    .wrapperRextMusic {
        margin-top: 40px;
    }
}

@media screen and (min-width: 480px) {
    .musicImages {
        width: 100%;
    }

    .wrapperRextMusic {
        margin-top: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .wrapperRextMusic {
        margin-top: 120px;
    }
}

.buttonNews {
    text-align: center;
    background: #FEB43F;
    font-size: 12px;
    padding: 6px 16px;
    border: 2px solid #FEB43F;
}

.buttonNews:hover {
    background: rgba(255, 255, 255, 0.10);
    border: 2px solid #FEB43F;
    color: #FEB43F;
}

.dataNews {
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .musicImages {
        width: 340px !important;
    }
}

@media screen and (min-width: 480px) {
    .musicImages {
        width: 100%;
    }
}


.imgwrapper {
    height: 250px;
    /* background: red; */
    margin: 10px;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    /* width: 100%; */
    background-size: cover;
    border-radius: 6px;
}

.wrapperdataPhoto {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.dataPhot {
    margin-left: 12px;
    margin-bottom: 4px;
}

.buttonLearnMore {
    margin-right: 12px;
    margin-bottom: 4px;
}

#Img1 {
    background-image: url('/images/IMG_1632.png');
}

#Img2 {
    background-image: url('/images/IMG_0291.jpg');
}

#Img3 {
    background-image: url('/images/IMG_0295.jpg');
}

#Img4 {
    background-image: url('/images/IMG_4203.jpg');
}

#Img5 {
    background-image: url('/images/IMG_1624.png');
}

#Img6 {
    background-image: url('/images/IMG_4204.jpg');
}

.imagewr #Img1 {
    filter: brightness(50%)
}

.imagewr #Img2 {
    filter: brightness(50%)
}

.imagewr #Img3 {
    filter: brightness(50%)
}

.imagewr #Img4 {
    filter: brightness(50%)
}

.imagewr #Img5 {
    filter: brightness(50%)
}

.imagewr #Img6 {
    filter: brightness(50%)
}

.imagewr #Img1:hover {
    filter: brightness(100%)
}

.imagewr #Img2:hover {
    filter: brightness(100%)
}

.imagewr #Img3:hover {
    filter: brightness(100%)
}

.imagewr #Img4:hover {
    filter: brightness(100%)
}

.imagewr #Img5:hover {
    filter: brightness(100%)
}

.imagewr #Img6:hover {
    filter: brightness(100%)
}

.buttonLearnMore {
    color: #fff;
}

.dataPhot {
    color: #fff;
}

.mail {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.placeholderImg {
    width: 100%;
}

.bigLogo {
    width: 200px !important;
}

.smallLogo{
    width: 100%;
}

.numbersMain{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #FEB43F;
    font-weight: bold;
    font-size: 56px;
    text-align: center;
}

.textunderMain{
    text-align: center;
    color: #fff;
}