* {
    margin: 0;
    padding: 0;
}

html {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.contGeneral {
    width: 100vw;
    height: 100vh;
    /* background: green; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.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;
    transition: .5s;
    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;
    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; */

}

.seccion2 {
    width: 100%;
    height: 25%;
    background: url(../img/1ecua.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -100%;
    transition: .6s;
}

.leer {
    width: 120px;
    height: 35px;
    background: rgb(40, 192, 40);
    border-radius: 10px;
    float: right;
    margin-top: 100px;
    margin-right: 20px;
    position: relative;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.514);
}

.leer:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.seccion3 {
    width: 100%;
    height: 25%;
    background: rgb(99, 8, 202);
    margin-left: 100%;
    transition: .6s;
    background: url(../img/2inter.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seccion4 {
    width: 100%;
    height: 25%;
    background: rgb(5, 183, 189);
    margin-left: -100%;
    transition: .6s;
    background: url(../img/3alianza.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.seccion5 {
    width: 100%;
    height: 25%;
    background: rgb(255, 98, 7);
    margin-left: 100%;
    transition: .6s;
    background: url(../img/4dame.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    background: honeydew;
    opacity: 0;
    box-shadow: 0 3px 20px 1px black;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(0);
    transition: .7s;
    text-align: center;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.zoom .cerrar {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 40px;
    transition: ease-in-out .2s;
}

.cerrar:hover {
    transform: rotate(180deg);
    cursor: pointer;
}

.zoom>h1 {
    width: 90%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 100px;
}

.zoom>p {
    width: 85%;
    padding-bottom: 100px;

}

/* CLASES JS */

.moverMenu {
    margin-left: 200px;
}


.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: 11px;
        padding: 25px;
    }

    .menu2 .contIcon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu2 .contIcon i {
        color: aliceblue;
        display: flex;
        justify-content: center;
        margin-bottom: 4px;
        transition: .3s;
        position: absolute;
        top: 10px;
        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;
    }


}

@media screen and (max-width: 650px) {
    .contenedorMenu2 {
        display: none;
    }


}