@font-face {
    font-family: 'MUSEOSANSCYRL_3';
    src: url('Assets/MUSEOSANSCYRL_3.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MUSEOSANSCYRL_1';
    src: url('Assets/MUSEOSANSCYRL_1.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MUSEOSANSCYRL_2';
    src: url('Assets/MUSEOSANSCYRL_2.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MUSEOSANSCYRL_0';
    src: url('Assets/MUSEOSANSCYRL_0.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MUSEOSANSCYRL_100_ITALIC';
    src: url('Assets/MUSEOSANSCYRL_100_ITALIC.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.navbar {
    background-color: #bd3044 !important;
}

footer {
    background-color: #bd3044 !important;
}

.nav-link {
    color: white !important;
}

body,
html {
    overflow-x: hidden;
}

.dis {
    visibility: hidden;
}

.dis2 {
    visibility: visible !important;
}

.full-width-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.custom-hr {
    width: 30%;
    border: none;
    height: 10px;
    background-color: #bd3044;
    margin-bottom: 15px;
}

.hr-footer {
    width: 100%;
    border: none;
    height: 5px;
    background-color: white;
    margin-bottom: 15px;
}

.image-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: 'MUSEOSANSCYRL_2';
}

.image-div-overlay {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: white;
    text-align: center;
}

.text-card {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    height: 200px;
    max-height: 200px;
    min-height: 200px;
    font-family: 'MUSEOSANSCYRL_0';
    background-color: white;
    color: #bd3044;
    margin: 5px;
}

.lista {
    list-style-type: none;
}

.lista li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 25px;
    background-size: 25px;
    background-image: url(Assets/icon-list.png);
    background-repeat: no-repeat;
    margin-right: 3px;
}