/* Show it is fixed to the top */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500;9..40,700&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
    color: #ededed !important;

}

.title {
    padding: 0px 0px;
}

.logo {
    height: 50px;
    padding: 5px 0px;
}

.bgFull {
    background: #14150f;
    background-size: cover;
    background-repeat: no-repeat;
}

.TextInfo {
    color: #FFDA03;
    font-size: 19px;
    text-align: left;
    width: 60% !important;
    margin: auto;
}

.header_step {
    margin-bottom: 10px;
}


.bg-lights {
    background-color: transparent;
}

hr {
    margin: 0.5rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

.banner-header {
    height: 90px;
    width: 728px;
    background-color: transparent;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 100;
    font-size: 12px;
}

.banner-side {
    height: 600px;
    width: 300px;
    background-color: transparent;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 100;
    font-size: 12px;
}

.banner-bottom {
    height: 90px;
    width: 728px;
    background-color: transparent;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 2rem;
    color: #333;
    font-weight: 100;
    font-size: 12px;
}

.date {
width: 100%;
    padding: 10px 3% 10px 5%;
    border-bottom: 2px dotted #3a3a3a;
    border-top: none;
    margin-top: 14px;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: flex-end;
    font-style: italic;
    font-size: 12px;
    align-items: center;
}

.date p {
    margin-bottom: 0px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}
.cont {
    width: 100%;
    padding: 0px 15px;
    text-align: left;
    display: inline-block;
}

ul li a {
    text-decoration: none;
    color: #ededed !important;
}

.imgCont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
}
.imgConts
{
    width: 47%;
    margin-bottom: 1.2rem;
}
.bg-texture {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    opacity: .025;
    background: url(../image/texture.gif);
}
.icon
{
    width: 20px;
    font-size: 20px;
    margin: 9px;
}

@media only screen and (max-width: 1024px) {
    .logo {
        height: 78px;
        padding: 20px 0px;
    }

    .date {
        display: block;
    }
    .imgConts
{
    width: 100%;
}

    .imgCont {
    display: block;
}
   .cont {
    width: 100%;
    padding: 10px;
    text-align: left;
    display: inline-block;
}

    .TextInfo {
        color: #FFDA03;
        font-size: 19px;
        text-align: left;
        width: 100% !important;
        margin: auto;
        line-height: normal !important;
        padding: 20px 0px;

    }
}

@media (min-width:120px) and (max-width: 320px) {

    .banner-header,
    .banner-bottom {
        width: 100% !important;
        height: 100px !important;
        object-fit: cover;
    }

    .banner-side {
        display: none;

    }

    .banner-header #div-gpt-ad-7516456-1,
    .banner-bottom #div-gpt-ad-7516456-2 {
        display: flex;
        justify-content: center;
        width: 320px !important;
        height: 100px !important;
        object-fit: cover;
        overflow: hidden;
    }
}

@media (min-width:321px) and (max-width: 728px) {

    .banner-header,
    .banner-bottom {
        width: 100% !important;
        height: 90px !important;
        object-fit: cover;
    }

    .banner-side {
        display: none;

    }

    .banner-header #div-gpt-ad-7516456-1,
    .banner-bottom #div-gpt-ad-7516456-2 {
        display: flex;
        justify-content: center;
        width: 728px !important;
        height: 90px !important;
        object-fit: cover;
        overflow: hidden;
    }
}

@media (min-width:729px) and (max-width: 970px) {

    .banner-header,
    .banner-bottom {
        width: 100% !important;
        height: 100px !important;
        object-fit: cover;
    }

    .banner-side {
        display: none;
    }

    .banner-header #div-gpt-ad-7516456-1,
    .banner-bottom #div-gpt-ad-7516456-2 {
        display: flex;
        justify-content: center;
        width: 970px !important;
        height: 90px !important;
        object-fit: cover;
        overflow: hidden;
    }
}

@media (min-width:971px) and (max-width: 1024px) {

    .banner-header,
    .banner-bottom {
        width: 100% !important;
        height: 100px !important;
        object-fit: cover;
    }

    .banner-side {
        display: none;

    }

    .banner-header #div-gpt-ad-7516456-1,
    .banner-bottom #div-gpt-ad-7516456-2 {
        display: flex;
        justify-content: center;
        width: 1024px !important;
        height: 100px !important;
        object-fit: cover;
        overflow: hidden;
    }
}