@font-face {
    font-family: 'neue_montrealbold';
    src: url('./fonts/neuemontreal-bold-webfont.eot');
    src: url('./fonts/neuemontreal-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/neuemontreal-bold-webfont.woff2') format('woff2'),
        url('./fonts/neuemontreal-bold-webfont.woff') format('woff'),
        url('./fonts/neuemontreal-bold-webfont.ttf') format('truetype'),
        url('./fonts/neuemontreal-bold-webfont.svg#neue_montrealbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neue_montrealmedium';
    src: url('./fonts/neuemontreal-medium-webfont.eot');
    src: url('./fonts/neuemontreal-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/neuemontreal-medium-webfont.woff2') format('woff2'),
        url('./fonts/neuemontreal-medium-webfont.woff') format('woff'),
        url('./fonts/neuemontreal-medium-webfont.ttf') format('truetype'),
        url('./fonts/neuemontreal-medium-webfont.svg#neue_montrealmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neue_montrealregular';
    src: url('./fonts/neuemontreal-regular-webfont.eot');
    src: url('./fonts/neuemontreal-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/neuemontreal-regular-webfont.woff2') format('woff2'),
        url('./fonts/neuemontreal-regular-webfont.woff') format('woff'),
        url('./fonts/neuemontreal-regular-webfont.ttf') format('truetype'),
        url('./fonts/neuemontreal-regular-webfont.svg#neue_montrealregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neue_montrealitalic';
    src: url('./fonts/neuemontreal-italic-webfont.eot');
    src: url('./fonts/neuemontreal-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/neuemontreal-italic-webfont.woff2') format('woff2'),
        url('./fonts/neuemontreal-italic-webfont.woff') format('woff'),
        url('./fonts/neuemontreal-italic-webfont.ttf') format('truetype'),
        url('./fonts/neuemontreal-italic-webfont.svg#neue_montrealitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 1080px;
    height: 1920px;
}

.container {
    width: 1080px;
    height: 1920px;
    overflow: hidden;
    position: relative;
    background: url('../assets/bg.png');
    background-size: cover;
    background-position: center;
    padding-top: 87px;
}

.slider-container {
    width: 907px;
    height: 1637px;
    overflow: hidden;
    margin: 0 auto;
}

.slides {
    width: 907px;
    height: 1637px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide.active {
    opacity: 1;
}

/* .slide-1 {
    background-color: red;
}

.slide-2 {
    background-color: blue;
}

.slide-3 {
    background-color: green;
}

.slide-4 {
    background-color: black;
}

.slide-5 {
    background-color: yellow;
}

.slide-6 {
    background-color: blueviolet;
} */

.img-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.main-title {
    height: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.main-title h1 {
    color: #242323;
    font-family: 'neue_montrealbold';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 79px;
    line-height: normal;

    max-width: 865px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-container {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 785px;
    height: 870px;
    margin: 78px auto;
}

.img-content.img-desc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.main-info {
    margin-top: 1077px;
}

.art-name {
    height: 108px;
    display: flex;
    align-items: center;
    border-top: 2px solid #000;
}

.art-name p {
    color: #000;
    font-family: 'neue_montrealmedium';
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    max-width: 865px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.art-style {
    height: 108px;
    display: flex;
    align-items: center;
    border-top: 2px solid #000;
}

.art-style p {
    color: #747474;
    font-family: 'neue_montrealregular';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    max-width: 865px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-specs {
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-specs p {
    color: #747474;
    font-family: 'neue_montrealitalic';
    font-size: 41px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;

    max-width: 865px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-specs p#status {
    font-family: 'neue_montrealregular';
    font-style: normal;
}

.text-decoration-1 {
    width: 1080px;
    height: 165px;
    position: absolute;
    top: -2px;
    left: -86px;
    background-color: #fff;
}

.text-decoration-2 {
    width: 1080px;
    height: 515px;
    position: absolute;
    top: 1188px;
    left: -86px;
    background-color: #fff;
}

.animation-in {
    animation: moveRight 1s ease-in both;
}

.opacity-animation {
    animation: opacityTransition 1s ease-in both;
}

.delay-1s {
    animation-delay: 0.5s;
}

.delay-2s {
    animation-delay: 0.8s;
}

@keyframes moveRight {
    from {
        left: -86px;
    }

    to {
        left: 1080px;
    }
}

@keyframes opacityTransition {
    from {
        opacity: 0;
    }

    to {
        opacity: 100%;
    }
}

.main-slider {
    display: flex;
    width: 800%;
    /*Ancho del slider, varia dependiendo de la cantidad de elementos del slider*/
    height: 1637px;
    margin-left: -100%;
}

.main-slide {
    width: 100%;
}