.elementor-1045 .elementor-element.elementor-element-5b97b56{--display:flex;--min-height:1000px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--margin-top:-220px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:0;}.elementor-1045 .elementor-element.elementor-element-5b97b56:not(.elementor-motion-effects-element-type-background), .elementor-1045 .elementor-element.elementor-element-5b97b56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#070707;}.elementor-1045 .elementor-element.elementor-element-5b97b56, .elementor-1045 .elementor-element.elementor-element-5b97b56::before{--border-transition:0.3s;}.elementor-1045 .elementor-element.elementor-element-336a883{--image-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-1045 .elementor-element.elementor-element-35a113b{--display:flex;--min-height:750px;--justify-content:center;--background-transition:0.3s;--margin-top:-130px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-1045 .elementor-element.elementor-element-336a883 > .elementor-widget-container{margin:220px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1045 .elementor-element.elementor-element-35a113b.e-con{--align-self:center;}}@media(max-width:767px){.elementor-1045 .elementor-element.elementor-element-5b97b56{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1045 .elementor-element.elementor-element-336a883 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-66a42c7 */*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: #eaeaea;
    overflow: auto;
    overflow-x: hidden
  
}

.container{
    margin: auto;
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
}

.container .slide .item{
    width: 200px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}

/* posiciones de fotos pequeñas a la derecha */
.slide .item:nth-child(3){
    left: 90%;
}
.slide .item:nth-child(4){
    left: calc(90% + 220px);
}
.slide .item:nth-child(5){
    left: calc(500% + 440px);
}

/* here n = 0, 1, 2, 3,... */
.slide .item:nth-child(n + 6){
    left: calc(50% + 660px);
    opacity: 0;
}



.item .content{
    position: absolute;
    top: 80%;
    left: 100px;
    width: 700px;
    text-align: left;
    color: #eee;
    transform: translate(0, -80%);
    font-family: system-ui;
    display: none;
    font-size: 20px;
}


.slide .item:nth-child(2) .content{
    display: block;
}


.content .name{
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    background-color: #00000080;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
}

.content .des{
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #00000080;
    text-align: center;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.content button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
}


@keyframes animate {
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}



.button1{
    background-color: ;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 630px;
}

.button1 button{
    background-color: #010101;
     color: white;
    padding-top: 20px;
    padding-bottom: 35px;
    width: 150px;
    height: 15px;
    border-radius: 150px;
    border: none;
    cursor: pointer;
    margin: 0 80px;
    border: 1px solid #ffffff;
    transition: 0.3s;
}

.button1 button:hover{
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
}/* End custom CSS */