* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

html {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.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;
}

.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: 200;
    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;
    height: 100px;
    margin-right: 20px;
    /* background: fuchsia; */

}

.contGeneral .seccion2 {
    background: rgb(44, 44, 44);
    background-size: contain;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    overflow: scroll;
    padding: 30px 0;
    padding-top: 120px;
}

.caja1 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja2 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja3 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja4 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja5 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja6 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja7 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja8 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}
.caja9 {
    object-fit: contain;
    overflow: hidden;
    width: 100%;
}

.seccion2 .cajas {
    /* background: rgb(35, 209, 12); */
    width: 180px;
    height: 10px;
    margin: 10px;
    transition: ease-out .3s;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 5px 2px 15px 1px rgba(0, 0, 0, 0.301);
    z-index: 90;
}

.cajas .name {
    height: 100%;
    background: rgb(22, 65, 6);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: aliceblue;
    z-index: 200;
    width: 100%;
    margin-bottom: 30px;
}

.cajas img {
    width: 100%;
    object-fit: cover;
    
}

.seccion2 .cajaTxt {
    background: rgb(255, 255, 255);
    width: 0;
    margin: 10px;
    transition: ease-out .3s;
    border-radius: 15px;
    position: absolute;
    top: -100%;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
}

.cajas:hover {
    cursor:pointer;
    transform: scale(1.03);
}

.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;
        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;
    }

    .contMedia {
        position: absolute;
        z-index: 9000;
        left: 70%;
    }

    .contMedia .enlacesMedia img {
        width: 35px;
        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;
    }

    .contGeneral .seccion2 {
        padding-top: 40px;
    }

    .seccion1 .contMenu .menu {
        z-index: 200;
    }

}