@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;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('./fonts/Montserrat-Regular.eot');
    src: url('./fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Montserrat-Regular.woff2') format('woff2'),
        url('./fonts/Montserrat-Regular.woff') format('woff'),
        url('./fonts/Montserrat-Regular.ttf') format('truetype'),
        url('./fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    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: 1080px;
    overflow: hidden;
}

.body{
    width: 1320px;
    height: 950px;
    position: relative;
}

.content-2{
    position: relative;
    height: 100%;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
}


.noticia {
    width: 720px;
    position: absolute;
    top: 230px;
    right: 0px;
    padding-top: 100px;
    padding-left: 78px;
}

.main-content {
    height: 540px;
    width: 600px;
}

h2#title{
    color: #00AFE8;
    font-family: "MontserratBold";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-height: 195px;
    overflow: hidden;
}

p.position{
    color: #12284C;
    font-family: "MontserratRegular";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 23px;
}

p#description{
    color: #12284C;
    font-family: "MontserratMedium";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    max-height: 330px;
    margin-top: 22px;
}

#img{
    /* width: auto; */
    /* height: 100%; */
}
.invisible {
    display: none;
}
.visible {
    display: block;
}
.kenburns-parent {
    overflow: hidden;
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 600px;
    margin: auto;
  }
  
.kenburns-parent img {
    width: auto;
    height: 90%;
    bottom:0;
    /* Add infinite to loop. */
    position: absolute;
    left: 0;
    right: 0;
    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;
    
}
  
@-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 */
    }
}
