@font-face {
    font-family: 'MontserratMedium';
    src: url('./fonts/Montserrat-Medium.eot');
    src: url('./fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Montserrat-Medium.woff2') format('woff2'),
        url('./fonts/Montserrat-Medium.woff') format('woff'),
        url('./fonts/Montserrat-Medium.ttf') format('truetype'),
        url('./fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('./fonts/Montserrat-Bold.eot');
    src: url('./fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Montserrat-Bold.woff2') format('woff2'),
        url('./fonts/Montserrat-Bold.woff') format('woff'),
        url('./fonts/Montserrat-Bold.ttf') format('truetype'),
        url('./fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    max-width: 1320px;
    width: 1320px;
    max-height: 950px;
}
.container{
    display: block;
    max-width: 1320px;
    max-height: 950px;
    overflow: hidden;
}


#logo{
    background: url('../assets/logo.png');
    background-size: cover;
    width: 320px;
    height: 95px;
    margin-left: 55px;
    margin-top: 19px;
}

.fechahora{
    margin-top: 13px;
    width: 295px;
}

.fechahora h1{
    color: #FFFFFF;
    font-family: "BoldCondensed";
    font-weight: normal;
	font-style: normal;
    font-size: 4rem;
    line-height: 1.2em;
    text-align: center;
}

.fechahora h2{
    color: #FFFFFF;
    font-family: "Condensed";
    font-weight: normal;
	font-style: normal;
    font-size: 1.75rem; 
    line-height: 1.2em;
    letter-spacing: 2px;
    margin-top: -10px;
    text-align: center;
}

.body{
    width: 1320px;
    height: 950px;
    position: relative;
}

.content-2{
    position: relative;
    height: 100%;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
}

.explogo {
    position: absolute;
    top: -28px;
    left: 175px;
}

.noticia{
    width: 600px;
    position: absolute;
    top: 378px;
    left: 66px;
}

.title-container {
    margin-top: 20px;
    max-height: 182px;
    overflow: hidden;
}

.description-container{
    height: 310px;
    overflow: hidden;
}

h2#title{
    color: #FFFFFF;
    font-family: "MontserratBold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p#description{
    color: #FFFFFF;
    font-family: "MontserratMedium";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
}

.invisible {
    display: none;
}
.visible {
    display: block;
}
.kenburns-parent {
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 868px;
    width: 598px;
    margin: auto;
    z-index: -2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.kenburns-parent img {
    width: 100%;
    height: auto;
    /* Add infinite to loop. */
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -o-animation: move 40s ease;
    -moz-animation: move 40s ease;

    
}
  
@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */
        
        -webkit-transform: scale(1.0);
        /* Safari and Chrome */
        
        -o-transform: scale(1.0);
        /* Opera */
        
        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        /* IE 9 */
        
        -webkit-transform: scale(1.3);
        /* Safari and Chrome */
        
        -o-transform: scale(1.3);
        /* Opera */
        
        -moz-transform: scale(1.3);
        /* Firefox */
    }
}
