* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*color: rgb(213, 204, 255);*/



body {
    /*background: rgb(3, 3, 17);*/
    background: rgb(11 11 45);
}

.header-top {
    width: 100%;
    height: 20px;
    /*background-color: rgb(136, 75, 96);*/
    background-color: rgb(117, 61, 81);
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 2px;
    color: rgb(155, 125, 135);
}
    .header-top h6 {
        cursor: pointer;
        
        width: fit-content;
        margin: auto;
    }


.container_all {
    width: 85%;
    margin: auto;  
}

.header {
    width: 100%;
    height: 140px;
    /*background-color: palevioletred;*/    
    display: flex;
}
    .border-bottom {
        margin-top: -25px;
        height:2.5px;
        width: 100%;
        background-color: rgb(117, 61, 81);
        position: absolute;
        left: 0;
        
    }
    .menuu {
        height: 40px;
        width: 375px;
        border: 2.5px solid  rgb(117, 61, 81);
        display: flex;
        float: right;
        margin-top: -25px;
        margin-right: 50px;
    }
        .menuu div {
            width: 33.33%;
            border-right: 1px solid  rgb(117, 61, 81);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .menuu div p {
            color: wheat;
            text-align: center;
        }


    .networks {
        width: 20%;
        height: 100%;
        /*border: 1px solid grey;  */
        padding-top: 15px; 
           
    }
        .networks img {
            width: 20px;
            margin-right: 20px;
            /*border: 0.5px solid rgb(155, 155, 206);*/
            border-radius: 15%;
            cursor: pointer;
        }

    .idioms {
        width: 20%;
        height: 100%;
        /*border: 1px solid grey;  */
        padding-top: 15px;    
    }
        .idioms img {
            width: 20px;
            float: right;
            margin-left: 20px;
            /*border: 0.5px solid rgb(155, 155, 206);*/
            border-radius: 15%;
            cursor: pointer;
        }


.title {
    /*background-color: white;*/
    text-align: center;
    height: 70px;
    width: 60%;
    margin-top: 30px;
    
    margin-right: auto;
    color: rgb(245, 242, 255);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    justify-content: center;
}
    .title h1 {
        font-size: 40px;
        
        
    }
    .title h2 {
        font-size: 20px;
        font-family: 'Arvo', serif;
    }
.title-r {
    display: none;
}



    .section1 {
        margin-top: 35px;
        width: 100%;
        height: 450px;
        border: 0px solid grey;
        display: flex;
        padding-top:30px;
        overflow: hidden;

    }
    .sect1_left {
        width: 50%;
        border: 0px solid grey;
        height: 100%;
    }


        .sect1_left p {
            color: white;
            font-size: 50px;
            font-weight: 900;
            position: absolute;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            transition: 1s;

            animation-name: desplazarse;
            animation-duration: 0.85s;
            position: relative;
            animation-iteration-count: initial;
            background-image: url("wave.png");

        }
        .sect1_left p:before {
            background: url(wave.png);
            background-image: url(img/wave.png);
        }
        



    .sect1_right {
        width: 50%;
        border: 0px solid grey;
        height: 100%;
        display: flex;
        padding-top: 40px;
        justify-content: right;
    }
        .img_sect1_right {            
            width: 500px;
            height: 250px;
            background-color: #9797bb;   
            background: linear-gradient(90deg,#9797bb,#d5d5da);               
            transform: rotate(-2.5deg);
            margin-right: 20px;      
            border-radius: 15px;

            transform: translateX(625px);

            animation-delay: 0.3s;
            animation-name: desplazarse_s_r;
            animation-duration: 1.25s;
            position: relative;
            animation-iteration-count: inherit;
            animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);/*(0.03, 1.81, 1, 0.76)*/
            animation-fill-mode: forwards;
            cursor: pointer;
        }
            .img_sect1_right .uno {
                height: 47.5px;
                width: 95%;
                margin: auto;
                margin-top: 12px;
            }
            .img_sect1_right .uno_ {
                height: 100%;
                width: 100%;
                border: 1.5px solid rgb(79, 95, 109);
                border-radius: 10px;
                transition: .2s;
            }
                    .img_sect1_right .uno_:hover {
                        height: 103%;
                        width: 101%;
                        transform: translatey(-5px) translateX(3.5px);                       
                    }
            .img_sect1_right .dos {
                height: 165px;
                width: 95%;
                /*border: 2px solid rgb(79, 95, 109);*/
                margin: auto;
                margin-top: 12px;
                border-radius: 10px;
                display: flex;
            }
                .img_sect1_right .tres {
                    height: 165px;
                    width: 20%;
                    margin-right: 12px;
                }
                        .img_sect1_right .tres_ {
                            height: 100%;
                            width: 100%;
                            border: 1.5px solid rgb(79, 95, 109);
                            border-radius: 10px;
                            transition: .2s;
                        }
                        .img_sect1_right .tres_:hover {
                            height: 103%;
                            width: 103%;
                            transform: translatey(-5px) translateX(2.5px);                            
                        }
                .img_sect1_right .cuatro {
                    height: 165px;
                    width: 50%;
                    /*border: 2px solid rgb(79, 95, 109);*/
                    border-radius: 10px;
                    margin-right: 12px;                                    
                }
                    .img_sect1_right .seis {
                        height: calc(50% - 6px);
                        width: 100%;
                        /*border: 2px solid rgb(79, 95, 109);*/
                        border-radius: 10px;
                        margin-bottom: 12px;  
                        display: flex;                                  
                    }
                        .img_sect1_right .diez {
                            height: 100%;
                            width: calc(30% - 6px);
                            border: 1.5px solid rgb(79, 95, 109);
                            border-radius: 10px;
                            margin-right: 12px;   
                            transition: .2s;                                 
                        }
                                .img_sect1_right .diez:hover {
                                    height: calc(100% + 3px);
                                    width: calc(33% -6px);
                                    transform: translatey(-5px) translateX(2.5px);
                                }
                        .img_sect1_right .once {
                            height: 100%;
                            width: calc(70% - 6px);
                            border: 1.5px solid rgb(79, 95, 109);
                            border-radius: 10px;      
                            transition: .2s;                              
                        }
                                .img_sect1_right .once:hover {
                                    height: 103%;
                                    width: calc(73% - 6px);  
                                    transform: translatey(-5px) translateX(2.5px);
                                }

                    .img_sect1_right .siete {
                        height: calc(50% - 6px);
                        width: 100%;
                        border: 1.5px solid rgb(79, 95, 109);
                        border-radius: 10px;       
                        transition: .2s;                                                    
                    }
                            .img_sect1_right .siete:hover {
                                height: calc(53% - 6px);
                                width: 102%;
                                transform: translatey(-5px) translateX(2.5px);                                                       
                            }

                .img_sect1_right .cinco {
                    height: 165px;
                    width: 30%;
                    /*border: 2px solid rgb(79, 95, 109);*/
                    border-radius: 10px;
                }
                    .img_sect1_right .ocho {
                        height: 50px;
                        width: 100%;
                        border: 1.5px solid rgb(79, 95, 109);
                        border-radius: 10px;
                        margin-bottom: 12px;
                        transition: .2s;
                    }
                            .img_sect1_right .ocho:hover {
                                height: 53px;
                                width: 103%;
                                margin-bottom: 12px;
                                transform: translatey(-5px) translateX(2.5px); 
                            }
                    .img_sect1_right .nueve {
                        height: 102.5px;
                        width: 100%;
                        border: 1.5px solid rgb(79, 95, 109);
                        border-radius: 10px;
                        transition: .2s;
                    }
                            .img_sect1_right .nueve:hover {
                                height: 105.5px;
                                width: 103%;
                                transform: translatey(-5px) translateX(2.5px);
                            }