@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: 105px;
    margin-left: 55px;
    margin-top: 10px;
    position: relative;
    animation: logoanim 1s ease-out 0s 1 normal;
}

@keyframes logoanim {   
    0%  {top: -150px; left: 0;}
    100% {top: 0px;}
}

.fechahora{
    margin-top: 13px;
    width: 295px;
    animation: fechanim 2.5s ease-in-out 0s infinite;
}

@keyframes fechanim {
    50% {opacity: 0.0;}
}

.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;
    top: 75px;
    right: 230px;
}

.noticia{
    width: 545px;
    position: absolute;
    top: 420px;
    right: 92px;
}

h2#title{
    color: #12284c;
    font-family: "BoldCondensed";
    font-weight: normal;
	font-style: normal;
    line-height: 1.2em;
    font-size: 2.5rem;
    max-height: 185px;
    overflow: hidden;
}

p#description{
    color: #12284c;
    font-family: "Condensed";
    font-weight: normal;
    font-style: normal;
    line-height: 1.2em;
    font-size: 1.85rem;
    margin-top: 25px;
    max-height: 215px;
    overflow: hidden;
}

#img{
    position: absolute;
    left: 0;
    top: 0;
    height: 970px;
    width: 650px;
}
.invisible {
    display: none;
}
.visible {
    display: block;
}

body {
    max-width: 1320px;
    margin: auto;
    background: #15284b;
}

video#video {
    position: absolute;
    z-index: -1;
}