* {
    margin: 0;
    padding: 0;

}

html {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

body {
    width: 100vw;

}

.contGeneral {
    width: 100vw;
    height: 100vh;


}


.seccion1 {
    background: linear-gradient(to left, rgb(34, 34, 34), rgb(65, 65, 65));
    opacity: 1;
    transition: .3s;
}

.seccion1 .contMenu {
    display: flex;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contMenu .menuIcon {
    margin-left: 20px;
    color: aliceblue;
}

.contMenu:hover {
    cursor: pointer;
}

.contMenu .menu {
    /* background: grey; */
    position: absolute;
    top: 60px;
    left: -200px;
    width: 200px;
    height: 200px;
    z-index: 5;
}

.menu a {
    display: block;
    padding: 20px 20px;
    background: rgb(59, 184, 28);
    text-decoration: none;
    transition: .4s;
    color: rgb(56, 56, 56);
    

}

.menu a:hover {
    background: rgb(159, 255, 134);

}

.contMenu .contLogo {
    width: 100vw;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.contLogo img {
    width: 100px;
}


.contLogo img:hover {
    cursor: pointer;
}

.contG .seccionMenu {
    background: rgb(43, 180, 8);
    opacity: 1;
    transition: .3s;
    z-index: 20;
    transform: scale(2);
}


.seccionMenu .contMenu {
    display: flex;
    justify-content: end;
    position: absolute;
    top: -60px;
    left: 0;
    background: linear-gradient(to left, rgb(34, 34, 34), rgb(65, 65, 65));
    height: 60px;
    width: 100vw;
    transition: ease-in 1s;
    
}

.contMenu:hover {
    cursor: pointer;
}

.contMenu .menu {
    /* background: grey; */
    position: absolute;
    top: 60px;
    left: -200px;
    transition: .5s;
    width: 200px;
    height: 200px;
    z-index: 5;
    
}

.menu a {
    display: block;
    padding: 20px 20px;
    background: rgb(43, 180, 8);
}

.contMenu .contLogo {
    width: 100px;
    margin-right: 20px;
    /* background: fuchsia; */

}

/* CLASES JS */

.moverMenu {
    margin-left: 200px;
}

@media screen and (min-width: 650px) {

    .seccion1 {
        display: none;
    }

    .contenedorMenu2 {
        width: 80vw;
        z-index: 10000;
        position: absolute;
        top: 3%;
        left: 50%;
        transform: translate(-50%);
        border-radius: 10px;
        background: rgb(31, 31, 31);
       
    }

    .contMenu2 {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .menu2 {
        display: flex;
        font-size: 12px;
        padding: 25px;
    }

    .menu2 .contIcon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu2 .contIcon i {
        color: aliceblue;
        display: flex;
        justify-content: center;
        transition: .3s;
        position: absolute;
        top: 8px;
        font-size: 18px;

    }

    .menu2 .contIcon a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        padding: 0px 5px;
        transition: .3s;

    }

    .contIcon:hover>.iconos {
        margin-top: 10px;
        opacity: 0;
    }

    .contG .seccion2 {
        width: 100vw;
        max-height: 350px;
    }

    .seccion2 .contImg {
        position: relative;
        top: 0;
        height: 40%;
    }

    .seccion2 .contTxt {
        height: 350px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .contMedia {
        position: absolute;
        z-index: 9000;
        left: 70%;
    }

    .contMedia .enlacesMedia img {
        width: 45px;
        transition: .3s;
        padding: 100px 3px;
    }

    .contMedia .enlacesMedia img:hover {
        transform: scale(1.023);
        transform: rotate(360deg);
    }


}

@media screen and (max-width: 650px) {
    .contenedorMenu2 {
        display: none;
    }

    .seccion2 {
        background: linear-gradient(rgb(58, 58, 58),rgb(31, 31, 31));
        width: 100vw;
        height: 100vh;
        padding-top: 10%;
    }

    .seccion2 .contGaleria {
        width: 90%;
        height: 70%;
        overflow: hidden;
        border-radius: 20px;
        border: solid 3px rgb(5, 184, 59);
        margin-left: 50%;
        transform: translateX(-50%);
        
    }

    .contGaleria .contImg {
        height: 50%;
        overflow: hidden;
        /* background: aqua; */
        transition: .5s;
    }

    .contImg .img {
        width: 100%;
        transition: .5s;
        position: absolute;
        
    }

    .contImg .img1 {
        z-index: 500;
        opacity: 1;
        margin-top: 200px;
    }
    
    .contImg .img2 {
        z-index: 400;
        opacity: 0;
        margin-top: 150px;
    }
    
    .contImg .img3 {
        z-index: 300;
        opacity: 0;
        height: 40%;
        width: 200vw;
        margin-top: -280px;
    }
    
    .contImg .img4 {
        z-index: 200;
        opacity: 0;
        height: 80%;
        width: 150%;
        
    }

    .contImg .img5 {
        z-index: 100;
        opacity: 0;
        height: 80%;
        width: 100%;
        margin-top: 200px;
    }

    .contTxt {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: solid 2px rgb(61, 61, 61);
    }

    .contTxt .txt {
        opacity: 0;
        text-align: center;
        transition: .5s;
    }

    .contTxt .txt1 {
        opacity: 1;
    }

    .contGaleria .contTxt {
        height: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(124, 122, 122);
        position: relative;
        z-index: 600;
    }

    .contTxt .txt {
        position: absolute;
    }

    .contControles {
        background: forestgreen;
        margin-top: 30px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px;
    }

    .contControles .izq {
        font-size: 25px;
        transition: .4s;
    }

    .contControles .izq:hover {
        transform: scale(1.2);
        cursor: pointer;
    }

    .contControles .der {
        font-size: 25px;
        transition: .4s;
    }

    .contControles .der:hover {
        transform: scale(1.2);
        cursor: pointer;
    }

    .contControles .ampliar {
        font-size: 20px;
        transition: .4s;
    }

    .contControles .ampliar:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

    .menu a {
        z-index: 8;
    }

    

}


.seccion2 {
    background: linear-gradient(rgb(58, 58, 58),rgb(31, 31, 31));
    width: 100vw;
    height: 150vh;
    padding-top: 10%;
}

.seccion2 .contGaleria {
    width: 90%;
    height: 80%;
    overflow: hidden;
    border-radius: 20px;
    border: solid 3px rgb(5, 184, 59);
    margin-left: 50%;
    transform: translateX(-50%);
    
}

.contGaleria .contImg {
    height: 70%;
    overflow: hidden;
    /* background: aqua; */
    transition: .5s;
}

.contImg .img {
    width: 100%;
    transition: .5s;
    position: absolute;
    
}

.contImg .img1 {
    z-index: 500;
    opacity: 1;
    position: absolute;
    top: -200px;
}

.contImg .img2 {
    z-index: 400;
    opacity: 0;
    position: absolute;
    top: -200px;
}

.contImg .img3 {
    z-index: 300;
    opacity: 0;
    width: 100%;
    height: 160%;
    position: absolute;
    top: -100px;
    
}

.contImg .img4 {
    z-index: 200;
    opacity: 0;
    height: 170%;
    width: 200%;
    margin-top: -200px;
}

.contImg .img5 {
    z-index: 100;
    opacity: 0;
    position: absolute;
    top: -100px;
 
}

.contTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 2px rgb(61, 61, 61);
}

.contTxt .txt {
    opacity: 0;
    text-align: center;
    transition: .5s;
    margin-top: -20px;
}

.contTxt .txt1 {
    opacity: 1;
}

.contGaleria .contTxt {
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(124, 122, 122);
    position: relative;
    z-index: 600;
}

.contTxt .txt {
    position: absolute;
}

.contControles {
    background: forestgreen;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.contControles .izq {
    font-size: 25px;
    transition: .4s;
}

.contControles .izq:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.contControles .der {
    font-size: 25px;
    transition: .4s;
}

.contControles .der:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.contControles .ampliar {
    font-size: 20px;
    transition: .4s;
}

.contControles .ampliar:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.menu a {
    z-index: 8;
}


