@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;
}

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-1{
    background: url('../assets/01.png');
    background-size: cover;
    background-position: center;
    /* height: 950px; */
}

.content-2{
    position: relative;
    height: 100%;
    background: url('../assets/background.png');
    background-size: cover;
    background-position: center;
}

.content-3{
    background: url('../assets/03.png');
    background-size: cover;
    background-position: center;
    height: 950px;
}

.explogo {
    position: absolute;
    bottom: 187px;
    right: 115px;
    width: 500px;
    height: auto;
}

.noticia{
    width: 545px;
    position: absolute;
    top: 538px;
    left: 116px;
}

h2#title{
    color: #00a0df;
    font-family: "BoldCondensed";
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    font-size: 2.8rem;
    max-height: 180px;
    overflow: hidden;
}

p#description{
    color: #12284c;
    font-family: "Condensed";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    font-size: 1.875rem;
    margin-top: 20px;
    margin-left: 6px;
    overflow: hidden;
    max-height: 330px;
}

#img{
    /* width: auto; */
    /* height: 100%; */
}
.invisible {
    display: none;
}
.visible {
    display: block;
}
.kenburns-parent {
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    height: 485px;
    width: 100%;
    margin: auto;
    z-index: -1;
  }
  
.kenburns-parent img {
    width: 100%;
    height: auto;
    bottom:0;
    top: 120px;
    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 */
    }
}
