
@font-face {
    font-family: 'latoregular';
    src: url('./fonts/lato-regular-webfont.eot');
    src: url('./fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-regular-webfont.woff2') format('woff2'),
        url('./fonts/lato-regular-webfont.woff') format('woff'),
        url('./fonts/lato-regular-webfont.ttf') format('truetype'),
        url('./fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('./fonts/lato-black-webfont.eot');
    src: url('./fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/lato-black-webfont.woff2') format('woff2'),
        url('./fonts/lato-black-webfont.woff') format('woff'),
        url('./fonts/lato-black-webfont.ttf') format('truetype'),
        url('./fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('./fonts/gotham_black_regular-webfont.eot');
    src: url('./fonts/gotham_black_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gotham_black_regular-webfont.woff2') format('woff2'),
         url('./fonts/gotham_black_regular-webfont.woff') format('woff'),
         url('./fonts/gotham_black_regular-webfont.ttf') format('truetype'),
         url('./fonts/gotham_black_regular-webfont.svg#gotham_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('./fonts/gotham_medium-webfont.eot');
    src: url('./fonts/gotham_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/gotham_medium-webfont.woff2') format('woff2'),
         url('./fonts/gotham_medium-webfont.woff') format('woff'),
         url('./fonts/gotham_medium-webfont.ttf') format('truetype'),
         url('./fonts/gotham_medium-webfont.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-family: 'gotham_blackregular';
    font-weight: 500;
    overflow: hidden;
    font-size: 60px;
    font-style: normal;
    line-height: 65px;
    text-transform: uppercase;
    color: #ffffff;
}

.main-container{
    width: 1920px;
    height: 1080px;
    background-size: cover;
    background-position: center;
    position: relative;
    }

.header-template{
    width: 1920px;
    height: 438px;
    display: flex;
    padding: 113px 87px;
    justify-content: space-between;
    background: rgb(12,86,173);
    background: -moz-linear-gradient(0deg, rgba(12,86,173,0.8743872549019608) 23%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12,86,173,0.8743872549019608) 23%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(12,86,173,0.8743872549019608) 23%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c56ad",endColorstr="#ffffff",GradientType=1);
    top: 644px;
    position: absolute;
    z-index: 2;
    }

.header-title {
    height: 120px;
    text-overflow: ellipsis;
    max-width: 1400px;
    margin-left: 75px;
    }
    
p.header-description{
    font-family: 'gothammedium';
    font-weight: 350;
    font-size: 28px;
    line-height: normal;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
    max-width: 1350px;
    margin-left: 70px;
}

p.informate{
    font-family: 'gotham_blackregular';
    background-color: #0C56AD;
    width: 277px;
    height: 56px;
    border: 4px solid #ffffff;
    top: 68px;
    left: -13px;
    position: absolute;
    color: #ffffff;
    font-size: 33px;
    text-align: right;
    padding-right: 20px;

    }



.img-slider{
    display: block;
    object-fit: cover;
}

.item-title{
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 29px;
    line-height:  41px;
    color: #086366;
    position: relative;
}
#image_2 {
    width: 220px;
    height: 220px;
    overflow: hidden;
    background-size: cover;
}
.qr-container {
    width: 240px;
    height: 240px;
    padding: 10px;
    background-color: #fff;
}
#image_1 {
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
}



.left-box{
    height: 100%;
    width: 40%;
}

.rigth-box {
    width: 56%;
    height: 100%;
}

.item-description{
    font-family: 'Montserrat-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    color: #086366;
    max-height: 96px;
    overflow: hidden;
}

.item-container-bot .item-description{
    max-height: 190px;
    overflow: hidden;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.failsafe{
    width: 1920px;
    height: 1080px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
} 