*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

body{
    overflow-x: hidden;
}

.body2{
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.invisible{
    display: none !important;
}

iframe{
    width: 100%;
    height: fit-content;
    border: none;
}

a{
    text-decoration: none;
    color: white;
}


/* Gif Universal */

.gif{
    position: relative;
    width: 243px;
    height: 187px;
    margin: 0 11px 0 11px;
    overflow: hidden;
}

body .gif  .imagengif{
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #5ED7C6;
}

.gif .tapa{
    display: none;
}


/* fin de la estructura del gif */


header{
    
    display: flex;
    flex-direction: column;
}

header  .navbar{
    border-top: 5px solid #572EE5;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    height: 95px;
    flex-wrap: wrap;
}

header  .navbar  .logo{
    width: 48.8px;
}

header  .navbar .alogo{
    margin: 0 0 0 22px;
}

header  .navbar  .logodesktop{
    display: none;
}

header .navbar  .checkbox{
    visibility: hidden;
}

header   .navbar  label  .burger{
    width: 15px;
    margin: 0 26px 0 0;
}

.checkbox:checked ~ label  .burger{
    display: none;
}

header   .navbar  label  .close{
    width: 15px;
    margin: 0 26px 0 0;
    display: none;
}

.checkbox:checked ~ label .close{
    display: flex;
}

header  .navbar  .lista{
    background-color:rgba(87, 46, 229, .90);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100px;
    width: 100%;
    height: 100%;
    display: none;
    list-style: none;
    z-index: 100;
}

header .navbar .buscador{
    display: none;
}

.checkbox:checked ~ .lista{
    display: flex;
}

header  .navbar  .lista  .item{
    height: 60px;
    color: white;
    border-top: 0.1px solid rgba(255, 255, 255, .5) ;
    padding-top: 20px;
}

header  .navbar  .lista  .mn{
    margin-top: 17px;
    border: none;
}

header  .navbar  .lista  .item  .circulo{
    display: none;
}

header  .navbar  .lista  .item  .circulohover{
    display: none;
}

header  .navbar  .lista  .item  .circuloactive{
    display: none;
}


.saltos_desktop{
    display: none;
}

main  .first {
    margin-top: 7px;
    display: flex;
    justify-content: center;
}

main  .first  .titulo {
    font-size: 1.56rem;
    color: #572EE5 ;
    text-align: center;
}

main  .first  .titulo  .gifos{
    color: #5ED7C6;
}

main  .second{
    margin-top: 31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main  .second  .ilustra{
    width: 273px;
    height: 130px;
}

main  .second  .buscador{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 334px;
    padding: 0 23px 0 23px;
    border-radius: 27px;
    outline: 0;
    border: 1px solid #572EE5;
}

main  .second  .buscador  .input{
    width: 100%;
    height: 50px;
    border: none;
    outline: 0;
    padding-left: 22px;
    background-color: transparent;
}

main  .second  .buscador  .imgbuscador{
    margin: -52px -3px 0 0;
}

main  .second  .buscador  .input:focus ~ .imgbuscador {
    display: none;
}

main  .second  .buscador  .closebuscador{
    display: none;
    margin: -52px -3px 0 0;
}

main  .second .buscador  .input:focus ~ .closebuscador{
    display: inline-block;
}

    main  .second  .buscador  .recomendaciones{
        width: 100%;
        border-top: 1px solid rgba(156, 175, 195, 0.5);
        padding: 0px 23px 5px 23px;
        flex-direction: column;
        display: none;
        list-style: none;
    }

    main  .second  .buscador  .recomendaciones  .item{
        margin: 7px 0 7px 0;
        font-size: 1rem;
        color: #9CAFC3;
        cursor: pointer;
    }



    main  .second  .titulo{
        font-size: 1rem;
        color: #572EE5 ;
        margin: 31px 0 2px 0;
    }

    main  .second .textotrendings{
        text-align: center;
    }

    main  .second  .texto{
        font-size: 0.87rem;
        color: #572EE5 ;
        text-align: center ;
        font-weight: 500;
        line-height: 25px;
        display: inline;
        text-align: center;
    }

    main .tercero{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 430px;
        margin-top: 45px;
        background-color: #F3F5F8;
    }

    main .tercero .titulo{
        font-size: 1.25rem;
        color: #572EE5;
        margin: 46px 0 0 0;
    }

    main .tercero .texto{
        text-align: center;
        line-height: 23px;
        font-family: 'Roboto', sans-serif;
        margin: 7px 0 0 0;
    }

    main .tercero .contenedor{
        margin: 32px 0 0 0 ;
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }
    
    main .tercero .contenedor .slider{
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    main .tercero .contenedor .slider .barra{
        display: flex;
        width: fit-content;
    }

    main .tercero .contenedor .slider::-webkit-scrollbar{
        display: none;
    }

    .gif{
        width: 243px;
        height: 187px;
        margin: 0 0 0 22px;
    }

    main .tercero .contenedor .flechas{
        display: none;
    }

    main .maxgifos{
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 400000;
        top: 0;
        background: rgba(255, 255, 255,0.9);
    }

    main .maxgifos .contenedor{
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: -40px;
    }

    main .maxgifos .contenedor .close{
        align-self: flex-end;
        margin: 59px 9% 0 0;
    }

    main .maxgifos .contenedor .caja{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    main .maxgifos .contenedor .caja .flechas{
        display: none;
    }

    main .maxgifos .contenedor .caja .gif{
        margin: 78px 0 0 0;
        width: 318px;
        height: 245px;
    }

    main .maxgifos .contenedor .info{
        display: flex;
        width: 318px;
    }

    main .maxgifos .contenedor .info .texto{
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        margin: 0 0 0 0;
    }

    main .maxgifos .contenedor .info .texto .usuario{
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        margin: 14px 0 0 0;
    }

    main .maxgifos .contenedor .info .texto .title{
        font-size: 1rem;
        font-weight: 700;
        margin: 6px 0 0 0;
    }

    main .maxgifos .contenedor .info .normal{
        margin-left: 5px;
    }

    main .maxgifos .contenedor .info .hover{
        display: none;
    }

    main .maxgifos .contenedor .info .dwl{
        width: 36px;
    }

    main .maxgifos .contenedor .info .fav{
        width: 36px;
        height: 36px;
        align-self: center;
        margin: 0 0 0 137px;
    }

    main .sectionfavoritos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 78px 0;
    }

    main .sectionfavoritos .logos{
        margin: 10px 0 0 0;
    }

    main .sectionfavoritos .titulo{
        margin: 7px 0 0 0;
        font-size: 1.25rem;
        color: #572EE5;
    }

    main .sectionfavoritos .galeria{
        margin: 0 0 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    main .sectionfavoritos .galeria .gif{
        margin: 25px 0 0 0;
        width: 50%;
        height: 32vw;
        padding: 0 11px 0 11px;
    }

    main .sectionfavoritos .btn {
        margin: 78px 0 0 0;
        width: 127px;
        height: 50px;
    }

    main .sectionfavoritos .hover{
        display: none;
    }

    main .sectionfavoritos .sincontenido{
        display: none;
    }
    main .sectionfavoritos .sincontenido{
        flex-direction: column;
        align-items: center;
    }

    main .sectionfavoritos .sincontenido .imagen{
        width: 150px;
        margin: 109px 0 0 0;
    }

    main .sectionfavoritos .sincontenido .texto{
        margin: 25px;
        color: #50E3C2;
        text-align: center;
        font-size: 22px;
    }

    main .misgifos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 78px 0;
    }

    main .misgifos .logos{
        margin: 10px 0 0 0;
    }

    main .misgifos .titulo{
        margin: 7px 0 0 0;
        font-size: 1.25rem;
        color: #572EE5;
    }

    main .misgifos .galeria{
        margin: 0 0 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    main .misgifos .galeria .gif{
        margin: 25px 0 0 0;
        width: 50%;
        height: 32vw;
        padding: 0 11px 0 11px;
    }

    main .misgifos .btn {
        margin: 78px 0 0 0;
        width: 127px;
        height: 50px;
    }

    main .misgifos .hover{
        display: none;
    }

    main .misgifos .sincontenido{
        display: none;
    }

    main .misgifos .sincontenido{
        flex-direction: column;
        align-items: center;
    }

    main .misgifos .sincontenido .imagen{
        width: 150px;
        margin: 109px 0 0 0;
    }

    main .misgifos .sincontenido .texto{
        margin: 25px;
        color: #50E3C2;
        text-align: center;
        font-size: 22px;
    }

    main .busqueda {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 35px 0 78px 0;
    }


    main .busqueda .titulo{
        width: 157px;
        border-top: 1px solid #9CAFC3;
        text-align: center;
        padding-top: 43px;
        margin: 7px 0 0 0;
        font-size: 1.25rem;
        color: #572EE5;
    }

    main .busqueda .galeria{
        margin: 0 0 0 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    main .busqueda .galeria .gif{
        margin: 25px 0 0 0;
        width: 50%;
        height: 32vw;
        padding: 0 11px 0 11px;
    }

    main .busqueda .btn {
        margin: 78px 0 0 0;
        width: 127px;
        height: 50px;
    }

    main .busqueda .hover{
        display: none;
    }

    main .busqueda .sincontenido{
        display: none;
    }

    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 5px solid #572EE5;
    }

    footer .sociales{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .sociales .texto{
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        margin: 47px 0 0 0;
    }

    footer .sociales .contenedor{
        margin: 22px;
        width: 100px;
        display: flex;
        justify-content: space-between;
    }

    footer .sociales .contenedor img {
        width: 20px;
        height: 20px;
    }

    footer .sociales .contenedor .interactive{
        display: none;
    }

    footer   .derechos{
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        margin: 38px 0 28px 0;
    }

    /* Modo Oscuro */

    body.dm{
        background-color: #37383C; 
    }

    .dm nav{
        background-color: #37383C;
        border-top: 5px solid black;
    }

    .dm a {
        color: white !important;
        text-decoration:#5ED7C6 ;
    }

    .dm nav ul{
        background-color:black !important ;
    }

    .dm h1{
        color: white !important;
    }

    .dm h2{
        color: white !important;
    }

    .dm p{
        color: white !important;
    }

    .dm .buscador{
        border: 1px solid white !important;
    }

    .dm .maxgifos{
        background: rgba(22,22,24,0.9);
    }

    .dm input{
        color: white;
    }

    .dm .tercero{
        background: #222326;
    }

    .dm footer{
        border-bottom: 5px solid black;
    }

@media screen and (min-width:800px){

    a{
        text-decoration: none;
        color: #572EE5;
        text-decoration:#5ED7C6 ;
    }    

    /*Gif Universal reglas */

    .gif .hover{
        display: none;
    }

    .gif{
        width: 357px;
        height: 275px;
    }


    .gif:hover .tapa{
        display: flex;
    }

    .gif .tapa{
        display: none;
        flex-direction: column;
        align-items: center;
        background-color:#572EE5;
        opacity: 60%;
        height: 100%;
        position: relative;
        z-index: 3;
        bottom: 100%;
    }

    .gif .tapa .conteiner{
        display: flex;
        margin:2.8% 1.4% 0 0;
        align-self: flex-end;
    }

    .gif .tapa .conteiner img{
        margin: 0 5px 0 5px ;
        width: 32px;
    }


    .gif .fav:hover .normal{
        display: none;
    }

    
    .gif .fav:hover .hover{
        display: flex;
    }

    
    .gif .download:hover .normal{
        display: none;
    }

    
    .gif .download:hover .hover{
        display: flex;
    }

    
    .gif .max:hover .normal{
        display: none;
    }

    
    .gif .max:hover .hover{
        display: flex;
    }

    .gif .tapa .usuario{
        align-self: flex-start;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: white;
        margin: 37.6% 0 0 4.8%;
    }

    .gif .tapa .title_gif{
        align-self: flex-start;
        font-family: 'Roboto', sans-serif;
        color: white;
        margin: 1.6% 0 0 4.8%;
        transition: linear;
        font-size: 15px;
    }

    /* fin gif */

    header {
        position: sticky;
        top: 0;
        z-index: 20000;
    }

    header  .navbar{
        flex-wrap: nowrap;
    }

    nav.menudesplazado {
        background: white;
        box-shadow: 0 2px 4px 1px rgba(156,175,195,0.55);

    }

    li.menudesplazado {
        display: none;
    }

    div.menudesplazado{
        display: flex !important;
    }

    header  .navbar  .logo{
        display: none;
    }


    header  .navbar  .logodesktop{
        width: 68px;
        display: inline-block;
        cursor: pointer;
    }

    label{
        display: none;
    }

    header  .navbar .buscador{
        display: none;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 334px;
        padding: 0 23px 0 23px;
        border-radius: 27px;
        margin-left: 90px;
        outline: 0;
        border: 1px solid #572EE5;
    }
    
    header .navbar  .buscador  .input{
        width: 100%;
        height: 40px;
        border: none;
        outline: 0;
        padding-left: 22px;
        background-color: transparent;
    }

    header .navbar  .buscador  .imgbuscador{
        margin: -40px -3px 0 0;
    }
    
    

    header  .navbar  .lista{
        display: flex;
        width: 40%;
        height: auto;
        position: static;
        background-color: transparent;
        flex-direction: row;
        justify-content: space-around;
        margin: -13px 10.8vw 0 0 ;
    }

    header  .navbar  .lista  .item{
        color: #572EE5;
        height: auto;
        font-size: 13px;
    }

    header  .navbar  .lista .aactive{
        color: grey;
    }

    header  .navbar  .lista  .item:hover{
        text-decoration: underline 2px;
        text-decoration-color: #5ED7C6;
        cursor: pointer;
    }

    header  .navbar  .lista  .aactive:hover{
        text-decoration-color: grey;
    }

    header  .navbar  .lista  .mn{
        margin-top: 0px;
    }

    header  .navbar  .lista  .item .circulo{
        height: 54px;
        width: 54px;
        display: inline-block;
        border-radius: 50%;
    }

    header  .navbar  .lista  .item .circulohover{
        display: none;
        height: 54px;
        width: 54px;
        border-radius: 50%;
    }

    header  .navbar  .lista  .item .circulo:hover{
        display: none;
    }

    header  .navbar  .lista  .item  .circulo:hover ~ .circulohover{
        display: inline-block;
    }

    header  .navbar  .lista  .item .circulo:active{
        display: none;
    }   

    header  .navbar  .lista  .item  .circulo:active ~ .circuloactive{
        display: inline-block;
    }

    .saltos_movile{
        display: none;
    }

    .saltos_desktop{
        display: inline-block;
    }

    main  .first {
        margin-top: 76px;
    }

    main  .first .titulo{
        font-size: 2.18rem;
    }

    main  .second{
        margin-top: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main  .second  .ilustra{
        width: 399px;
        height: 190px;
    }

    main  .second  .buscador{
        width: 551px;
    }

    main  .second  .titulo{
        margin: 73px 0 7px 0;
    }

    main  .second  .texto{
        display: inline;
        cursor: pointer;
    }

    main .tercero{
        height: 640px;
        margin-top: 95px ;
    }

    main .tercero .titulo{
        font-size: 1.56rem;
        margin: 67px 0 0 0;
    }

    main .tercero .texto{
        font-size: 1.13rem;
        margin: 12px 0 0 0;
    }

    main .tercero .contenedor{
        width: auto;
        margin: 53px 0 0 0;
    }

    
    main .tercero .contenedor .flechas{
        margin: 0 10px 0 10px;
    }

    main .tercero .contenedor .normal{
        display: flex;
    }

    main .tercero .contenedor .left:hover{
        display: none;
    }

    main .tercero .contenedor .left:hover ~ .lefth{
        display: flex;
    }

    main .tercero .contenedor .rigth:hover{
        display: none;
    }

    main .tercero .contenedor .rigth:hover ~ .rigthh{
        display: flex;
    }

    main .tercero .contenedor .slider{
        width: 1158px;
    }

    main .tercero .contenedor .slider .barra{
        width: fit-content;
    }

    .gif{
        width: 357px;
        height: 275px;
    }


    main .maxgifos .contenedor .close{
        margin: 66px 20% 0 0 ;
    }

    main .maxgifos .contenedor .caja .flechas{
        margin: 0 25px 0 25px;
    }

    main .maxgifos .contenedor .caja .gif{
        width: 695px;
        height: 385px;
    }

    main .maxgifos .contenedor .caja .gif .tapa{
        display: none;
    }

    main .maxgifos .contenedor .caja .normal{
        display: flex;
    }

    main .maxgifos .contenedor .left:hover{
        display: none;
    }

    main .maxgifos .contenedor .left:hover ~ .lefth{
        display: flex;
    }

    main .maxgifos .contenedor .rigth:hover{
        display: none;
    }

    main .maxgifos .contenedor .rigth:hover ~ .rigthh{
        display: flex;
    }

    main .maxgifos .contenedor .info{
        width: 695px;
    }

    main .maxgifos .contenedor .info .normal{
        margin: 0px;
    }

    main .maxgifos .contenedor .info .texto .usuario{
        margin: 27px 0 6px 0;
    }

    main .maxgifos .contenedor .info .fav{
        margin:0 15px 0 510px;
    }

    main .maxgifos .contenedor .info .favn:hover ~ .favh{
        display: flex;
    }

    main .maxgifos .contenedor .info .favn:hover{
        display: none;
    }

    main .maxgifos .contenedor .info .dwln:hover ~ .dwlh{
        display: flex;
    }

    main .maxgifos .contenedor .info .dwln:hover{
        display: none;
    }

    main .sectionfavoritos .logos{
        margin: 15px 0 0 0;
    }

    main .sectionfavoritos .titulo{
        margin: 8px 0 0 0;
        font-size: 1.56rem;
    }

    main .sectionfavoritos .galeria{
        margin: 36px 0 0 0;
        width: 78.3vw;
    }

    main .sectionfavoritos .galeria .gif{
        width: 25%;
        height: 13.8vw;
    }

    main .sectionfavoritos .normal:hover {
        display: none;
    }

    main .sectionfavoritos .normal:hover ~ .hover{
        display: flex;
    }


    main .misgifos .logos{
        margin: 15px 0 0 0;
    }

    main .misgifos .titulo{
        margin: 8px 0 0 0;
        font-size: 1.56rem;
    }

    main .misgifos .galeria{
        margin: 36px 0 0 0;
        width: 78.3vw;
    }

    main .misgifos .galeria .gif{
        width: 25%;
        height: 13.8vw;
    }

    main .misgifos .normal:hover {
        display: none;
    }

    main .misgifos .normal:hover ~ .hover{
        display: flex;
    }

    main .busqueda{
        margin: 55px 0 78px 0;
    }

    main .busqueda .titulo{
        text-align: center;
        width: 338px;
        padding: 81px 0 0 0;
        margin: 8px 0 0 0;
        font-size: 1.56rem;
    }

    main .busqueda .galeria{
        margin: 36px 0 0 0;
        width: 78.3vw;
    }

    main .busqueda .galeria .gif{
        width: 25%;
        height: 13.8vw;
    }

    main .busqueda .normal:hover {
        display: none !important;
    }

    main .busqueda .normal:hover ~ .hover{
        display: flex;
    }

    main .busqueda .sincontenido{
        flex-direction: column;
        align-items: center;
    }

    main .busqueda .sincontenido .imagen{
        width: 150px;
        margin: 109px 0 0 0;
    }

    main .busqueda .sincontenido .texto{
        margin: 25px;
        color: #50E3C2;
        text-align: center;
        font-size: 22px;
    }

    main .creargif{
        height: 704px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .creargif .contenedor{
        margin-top: 50px;
        width: 688px;
        height: 390px;
        border: 1px solid #572EE5;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    main .creargif .contenedor .pantalla{
        width: 480px;
        height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main .creargif .contenedor .pantalla .video{
        display: none;
        position: absolute;
        height: 320px;
    }

    main .creargif .contenedor .pantalla .tapaVideo{
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        height: 320px;
        width: 427px;
        opacity: 0.6;
        background: #572EE5;
    }

    main .creargif .contenedor .pantalla .tapaVideo .videoContenedor2{
        display: flex;
        align-self: flex-end;
        margin-top: 7px;
        margin-right: 7px;
    }
    main .creargif .contenedor .pantalla .tapaVideo .videoContenedor2 img{
        margin-left: 5px;
    }

    main .creargif .linkn{
        visibility: hidden;
    }

    main .creargif .dwln{
        visibility: hidden;
    }

    main .creargif .linkh{
        display: none;
    }

    main .creargif .dwlh{
        display: none;
    }

    main .creargif .linkn:hover{
        display: none;
    }

    main .creargif .linkn:hover ~ .linkh{
        display: flex;
    }

    main .creargif .dwln:hover{
        display: none;
    }

    main .creargif .dwln:hover ~ .dwlh{
        display: flex;
    }

    main .creargif .contenedor .pantalla .tapaVideo .videoContenedor{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 25%;
    }

    main .creargif .contenedor .pantalla .tapaVideo .videoContenedor img{
        width: 22px;
    }

    main .creargif .contenedor .pantalla .tapaVideo .videoContenedor .texto{
        opacity: 1;
        font-size: 15px;
        color: #FFFFFF;
        text-align: center;
    }

    main .creargif .contenedor .pantalla .titulo{
        font-size: 25px;
        color: #572EE5;
        text-align: center;
    }

    main .creargif .contenedor .pantalla .titulo .color{
        color: #5ED7C6;
    }

    main .creargif .contenedor .pantalla .texto{
        margin-top: 3px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        text-align: center;
    }

    main .creargif .contenedor .primerafila{
        margin-top: 24px;
        width: 650px;
        display: flex;
        justify-content: space-between;
    }

    main .creargif .contenedor .primerafila .borde1{
        width: 27px;
        height: 25px;
        border-top: 1px solid #50E3C2;
        border-left: 1px solid #50E3C2;
    }

    main .creargif .contenedor .primerafila .borde2{
        width: 27px;
        height: 25px;
        border-top: 1px solid #50E3C2;
        border-right: 1px solid #50E3C2;
    }

    main .creargif .contenedor .segundafila{
        margin-bottom: 24px;
        width: 650px;
        display: flex;
        justify-content: space-between;
    }

    main .creargif .contenedor .segundafila .borde3{
        width: 27px;
        height: 25px;
        border-bottom: 1px solid #50E3C2;
        border-left: 1px solid #50E3C2;
    }

    main .creargif .contenedor .segundafila .borde4{
        width: 27px;
        height: 25px;
        border-bottom: 1px solid #50E3C2;
        border-right: 1px solid #50E3C2;
    }

    main .creargif .barraCapsula{
        width: 688px;
        display: flex;
        justify-content: flex-end;
    }
    main .creargif .barraCapsula .inferior{
        display: flex;
        width: 415px;
        align-items: center;
        justify-content: space-between;
    }

    main .creargif .barraCapsula .inferior .contador{
        align-self: flex-end;
        margin-top:-25px ;
        margin-bottom: 6px;
        font-size: 15px;
        color: #572EE5;
        letter-spacing: 0;
        text-align: center;
        line-height: 22px;
        display: none;
        cursor: pointer;
    }

    main .creargif .barraCapsula .inferior .numeros{
        margin-top: 24px;
        width: 148px;
        display: flex;
        justify-content: space-between;
    }

    main .creargif .numeros img{
        width: 32px;
    }

    main .creargif .numeros .hover{
        display: none;
    }

    main .creargif .barran{
        margin-top: 19px;
        width: 795px;
        height: 6.9px;
        background-color: #572EE5;
        border-radius: 6px;
    }

    main .creargif .barra .grabar{
        display: none;
    }

    main .creargif .barra .finalizar{
        display: none;
    }

    
    main .creargif .barra .subir{
        display: none;
    }

    main .creargif .barra .boton{
        margin-top: 20px;
    }

    main .creargif .barra .hov{
        display: none;
    }

    main .creargif .barra .hove{
        display: none;
    }

    main .creargif .barra .hover{
        display: none;
    }

    main .creargif .barra .hoverr{
        display: none;
    }

    main .creargif .barra .nor:hover{
        display: none;
    }

    main .creargif .barra .norm:hover{
        display: none !important;
    }

    main .creargif .barra .norma:hover{
        display: none !important;
        
    }

    main .creargif .barra .normal:hover{
        display: none !important;
        
    }


    main .creargif .barra .nor:hover ~ .hov{
        display: inline;
    }

    main .creargif .barra .norm:hover ~ .hove{
        display: inline;
    }

    main .creargif .barra .norma:hover ~ .hover{
        display: inline;
    }

    
    main .creargif .barra .normal:hover ~ .hoverr{
        display: inline;
    }

    main .camara{
        position: absolute;
        top: 300px;
        margin-left: 10%;
    }

    main .camara .film{
        width: 123px;
        position: absolute;
        top: -56px;
    }


    main .camara .brillo{
        width: 91px;
        height: 151px;
        position: absolute;
        top: -48px;
        left: 124px;
    }

    main .cinta{
        position: absolute;
        top: 55%;
        left: 78%;
    }

    footer{
        height: 116px;
        flex-direction: row;
        justify-content: space-between;
    }

    footer .sociales{
        flex-direction: row;
        margin: 10%;
    }

    footer .sociales .texto{
        margin: 0;
    }

    footer .sociales .contenedor .fb:hover{
        display: none;
    }

    footer .sociales .contenedor .fb:hover ~ .ifb{
        display: flex;
    }

    footer .sociales .contenedor .tw:hover{
        display: none;
    }

    footer .sociales .contenedor .tw:hover ~ .itw{
        display: flex;
    }

    footer .sociales .contenedor .ig:hover{
        display: none;
    }

    footer .sociales .contenedor .ig:hover ~ .iig{
        display: flex;
    }

    footer .derechos{
        margin: 0 10% 0 0;
    }

    /* Modo Oscuro */

    .dm nav ul{
        background-color:transparent !important;
    }

    .dm nav ul li{
        border: none !important;
        color: white !important;
    }

    .dm nav.menudesplazado{
        background: #37383C;
        box-shadow: 0 2px 4px 1px rgba(156,175,195,0.55);
    }
    

} 