

@font-face {
    font-family: 'gotham-medium';
    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#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1{
    font-family: 'gotham-medium';
    font-weight: 700;
    overflow: hidden;
    font-size: 31px;
    font-style: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.main-container{
    width: 1182px;
    height: 384px;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
    position: relative;


    }

.top-container{
    width: 710px;
    top: 125px;
    left: 400px;
    height: 150px;
    display: flex;
    padding: 5px 7px;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    flex-direction: column;
    }

    .bottom-container {
        top: 300px;
        left: 370px;
        position: relative;
        width: 790px;
        height: 42px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .date-container {
        border-radius: 26px;
        background-color: #FFCC00;
        width: 255px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hours-container {
        border-radius: 26px;
        background-color: #ffffff;
        width: 255px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

    .site-container {
        border-radius: 26px;
        background-color: #FFCC00;
        width: 255px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;

    }


.header-title {
    text-overflow: ellipsis;
    max-width: 1329px;
    }
    
p.header-description{
    font-family: 'gotham-medium';
    font-weight: 350;
    font-size: 19px;
    line-height: normal;
    color: #ffffff;
    margin-top: 5px;
    max-width: 1350px;
    margin-left: 0px;
    max-height: 252px;
    overflow: hidden;
}
p.header-fecha{
    font-family:'gotham-medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    color: #01337C;
    white-space: nowrap;
    overflow: hidden;
    
}

p.header-hora{
    font-family:'gotham-medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    color: #01337C;
    white-space: nowrap;;
    overflow: hidden;
    
}

p.header-lugar{
    font-family:'gotham-medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 350;
    color: #01337C;
    white-space: nowrap;
    overflow: hidden;
    
}

.invisible{
    display: none;
}

.visible{
    display: block;
}


.title-container {
    height: 142px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: flex-start;
}
p.header-date{
    font-family: 'helveticalight';
    width: 200px;
    height: 35px;
    top: 330px;
    left: 87px;
    position: absolute;
    color: #ffffff;
    font-size: 23px;
    padding-right: 20px;
}
.failsafe{
    width: 1182px;
    height: 384px;
    background: url('../assets/failsafe.jpg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
} 