@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;
}

.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;
    position: relative;
    z-index: 1;
}

#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;
}

.name{
    background-color: #12284c;
    width: 595px;
    height: 90px;
    border-radius: 45px;
    position: absolute;
    top: 168px;
    right: 185px;
    z-index: 1;
    display: flex;
    align-items: center;
}

.logname{
    background: url('../assets/inf.png');
    height: 90px;
    width: 90px;
}

.info{
    color: #FFFFFF;
    font-family: "BoldCondensed";
    font-weight: normal;
    font-style: normal;
    font-size: 3.75rem;
    line-height: 1.2em;
    padding-left: 30px;
    padding-top: 16px;
}

.noticia{
    width: 590px;
    position: absolute;
    top: 303px;
    right: 70px;
}

h2#title{
    color: #39a0c1;
    font-family: "BoldCondensed";
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    font-size: 3.5rem;
    max-height: 226px;
    overflow: hidden;
}

p#description{
    color: #12284c;
    font-family: "Condensed";
    font-weight: normal;
    font-style: normal;
    line-height: 1.15em;
    font-size: 2.25rem;
    margin-top: 40px;
    overflow: hidden;
    max-height: 330px;
}

.dec{
    position: absolute;
    left: -260px;
    top: 265px;
    background: url('../assets/dec_01.png');
    height: 970px;
    width: 585px;
}



.content-3{
    background: url('../assets/03.png');
    background-size: cover;
    background-position: center;
    height: 950px;
}
.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: auto;
    height: 100%;
    bottom:0;
    top: 0;
    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 */
    }
}
.image {
    position: absolute;
    left: 0;
    top: 0;
    height: 970px;
    width: 585px;
}