:root {
    --main-color-white: #ffffff;
    --main-color-black: #000000;
    --bg-overlay: rgba(5, 5, 5, 0.377);
    --nav-box-shadow: 15px 15px 68px -20px rgba(0, 0, 0, 0.568);
    --img-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    --full-news-box-shadow: 10px 10px 60px 0px rgba(36, 36, 36, 0.555);

    --news-bg-tr: rgba(0, 0, 0, 0.678);
    --full-news-date-color: #C3C3C3;
    --color-primary: #007bff;
    --fb-color: #3b5999;
    --twitter-color: #38A1F3;
    --instagram-color: #e4405f;
    --vk-color: #4c75a3;
    --linkedin-color: #0077B5;
}

.fa-facebook-f {color:var(--fb-color);}
.fa-twitter {color: var(--twitter-color);}
.fa-instagram {color: var(--instagram-color);}
.fa-vk {color: var(--vk-color);}
.fa-linkedin-in {color: var(--linkedin-color);}
.img-shadow {box-shadow: var(--img-shadow);}
body
{
    font-family: "BPG Algeti", sans-serif !important;
}
a, a:hover {text-decoration: none !important;}
/*swiper*/
.swiper {
    margin-top: 5%;
    width: 100%;
    height: 60vh;
    border-radius: 20px!important;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.shadow {
    box-shadow: 0 7px 30px 0 rgba(90,114,123,.11)!important;
}



.news {
    position: relative;
    height: 300px;
    padding: 0;
    margin: 4%;
    border-radius: 20px!important;
}


.news .img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px!important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.news-title {
    margin-left: 4%;
    margin-right: 4%;
    color: black;
}
.news .date
{
    position: absolute;
    background-color: rgba(29, 29, 29, 0.66);
    color: white;
    padding: 2%;
    bottom: 6%;
}






















































/* Navbar Index Default */
.nav-logo {
    width: 45px;
    float: left;
}
.logo-title {
    padding-top: 5px;
    font-size: 15px;
    float: left;
    margin-left: 10px;
    font-weight: bold;
}
.flag {
    width: 25px;
}

/* Responsive nav */
.overlay-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000000;
    top: 0;
    left: 0;
    background-color: var(--main-color-white);
    overflow-x: hidden;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-nav a:hover, .overlay a:focus {
    color: var(--main-color-white);
}

.overlay-nav .closebtn {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 60px;
    color: var(--main-color-black);
}
.overlay-nav .closebtn:hover {
    text-decoration: none;
    color: var(--main-color-black);
}

.overlay-content .nav-link {
    color: var(--main-color-black) !important;
}

.nav-logo-res {
    width: 20%;
}
.nav-logo-title-res {
    font-size: 25px;
}

.overlay-content li a {
    font-size: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: var(--color-primary);
    color: var(--main-color-white);
}
.responsive-flag {
    width: 35px;
    padding: 3px;
}

/* Dropdown */
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}

.dropdown-responsive {
    width: 100%;
    float: none;
}
.dropdown-menu {
    border: none;
    /*box-shadow: var(--dropdown-shadow);*/
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--bg-overlay);
    z-index: 1;
}

/* Full News */
.full-news {
    position: relative;
    height: 300px;
    width: 100%;
}
.full-news-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.full-news-info {
    padding: 0;
    margin-top: -20%;
}
.full-news-info h1 a {
    font-size: 150%;
    color: var(--full-news-date-color);
}
.full-news-info h1 a:hover {
    text-decoration: none;
}
.full-news-info .date {
    font-size: 40%;
    color: var(--full-news-date-color);
}
.full-news-info span {
    font-size: 150%;
    color: var(--full-news-date-color);
    float: right;
}.full-news-info {
    padding: 0;
    margin-top: -20%;
}
.full-news-info h1 a {
    font-size: 150%;
    color: var(--full-news-date-color);
}
.full-news-info h1 a:hover {
    text-decoration: none;
}
.full-news-info .date {
    font-size: 40%;
    color: var(--full-news-date-color);
}
.full-news-info span {
    font-size: 150%;
    color: var(--full-news-date-color);
    float: right;
}
.full-news-gallery {
    position: relative;
    height: 120px;
}
.full-news-gallery .img-fluid {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.d
/* Presentacion */
.bg-cover-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.438), rgba(0, 0, 0, 0.479)), url("../images/bg/muzeum.jpg");
    background-size: cover;
    background-position: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-cover-1 p {
    font-size: 18px;
}

/* My style card */
.my-card {
    position: relative;
    height: 200px;
}
.my-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.my-card-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--news-bg-tr);
    padding-top: 30%;
    padding-left: 10%;
}

.scrollTop {
    width: 40px;
    position: fixed;
    right: 5%;
    bottom: 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}
