@font-face{
    font-family: "BoldCondensed";
    src: url("./fonts/HelveticaNeueLTStd-BdCn.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "Condensed";
    src: url("./fonts/HelveticaNeueLTStd-Cn.otf") format("opentype");
    font-weight: normal;
	font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p{
    color: #FFFFFF;
    font-family: "Condensed";    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        
        -o-transform: scale(1.2);
        /* Opera */
        
        -moz-transform: scale(1.2);
        /* Firefox */
    }
    font-weight: normal;
	font-style: normal;
    font-size: 1.75rem; 
    line-height: 1.2em;
}

.container{
    display: block;
    max-width: 1320px;
    max-height: 1080px;
    overflow: hidden;
}

.header{
    display: flex;
    justify-content: space-between;
    height: 130px;
    width: 1320px;
    overflow: hidden;
    background: url('../assets/background-logo.png');
    background-position: center;
    background-size: cover;
}

#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;
}

.image{
    width: 1320px;
    height: 950px;
    position: relative;
}

.img-logo{
    background: url('../assets/imagendia.png');
    background-size: cover;
    background-position: center;
    width: 292px;
    height: 260px;
    position: absolute;
    bottom: 0;
}

.description{
    position: absolute;
    top: 80%;
    left: 22%;
}

.description h1{
    color: #FFFFFF;
    font-family: "BoldCondensed";
    font-weight: normal;
	font-style: normal;
    font-size: 2.75rem;
    line-height: 1.2em;
    max-width: 900px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fuente{
    background: #00a0df;
    display: flex;
    align-items: center;
    border-radius: 25px;
    margin-top: 12px;
    width: max-content;
    max-width: 1000px;
}

.fuente p{
    padding-right: 30px;
}

.imgsource{
    background: url('../assets/fuente.png');
    background-size: cover;
    background-position: center;
    height: 52px;
    width: 52px;
    margin-right: 20px;
}
.invisible {
    display: none;
}
.visible {
    display: block;
}
.kenburns-parent {
    overflow: hidden;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 650px;
    margin: auto;
  }
  
.kenburns-parent img {
    width: 100%;
    height: auto;
    bottom:0;
    top: 280px;
    margin: auto;
    /* Add infinite to loop. */
    position: absolute;
    margin: 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;
    position: absolute;
    
}
  
@-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 */
    }
}
