@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

body, html {
    min-height: 95%;
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 500;
    line-height: 3vh;

}

button, a {
    display: inline;
    text-decoration: none !important;
    border: 0px !important;
}

.bi-linkedin:hover {
    color: rgb(0, 83, 135) !important;
    border-radius: 100% !important;
    transition: color .4s;

}

.bi-youtube:hover {
    color: rgb(190, 0, 0) !important;
    border-radius: 100% !important;
    transition: color .4s;

}
.nav-link-tooltip {
    position: relative;
    top: -2px!important;
    left: 0%;
    display: none;
    color: rgb(255, 26, 114);
    margin-left: 5px;
 }
  
  .nav-link:hover .nav-link-tooltip {
    animation: show 0.5s ;
    display: inline;
  }
  
.logo {
    width: 45px;
}

.logoHome {
    width: 8%;
    position: fixed;
    z-index: 9999999;
    left: 47%;
    top:20vw;
    animation: outline-fill 3s forwards;
}



.fill-pink {
  fill: transparent;
  stroke: #ff008c;
  stroke-width: 11;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
  animation: outline-path 5s forwards;
  animation-iteration-count: infinite;

}
.fill-pink2 {
    fill: transparent;
    stroke: #be3176;
    stroke-width: 11;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: outline-path2 5s forwards;
    animation-iteration-count: infinite;
  }

  .fill-pink:nth-child(n+2) {
    animation-delay: 6s; 
  }


@keyframes outline-path {
  0% {fill: transparent;
    stroke-dashoffset: 7000;
    stroke-width: 7;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke-width: 7;

  }
60% {
    stroke-dashoffset: 0;
    fill: #ff008c;

  }
  100% {
    stroke-dashoffset: 0;
    fill: #ff008c;
    stroke-width: 0;

  }
}
@keyframes outline-path2 {
    0% {fill: transparent;
      stroke-dashoffset: 7000;
      stroke-width: 7;

    }
    50% {
      stroke-dashoffset: 0;
      fill: transparent;
      stroke-width: 7;

    }
  60% {
      stroke-dashoffset: 0;
      fill: #be3176;
  
    }
    100% {
        stroke-dashoffset: 0;
        fill: #be3176;
        stroke-width: 0;
      }
  }


@keyframes outline-fill {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    fill-opacity: 1;
  }
}
:root {
    --video-width-max: 100vw;;
    --monitor-width-max: 18vw;
    --monitor-top-max: calc(59% - var(--monitor-width-max) / 2);
  }

.scroll {
    height:6%;
    position: fixed;
    z-index: 1;
    left: 49%;
    top:70% ;
    animation: scroll 2s infinite alternate-reverse ;
    background-color: rgba(220, 220, 220, 0.23);
    border-radius: 21px;
    padding:10px;
}


  #bgHome {
    min-width: 30%;
    width: var( --video-width-max);
    height: auto;
    position: fixed;
    top: 20vw;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

  .monitor {
    width: var(--monitor-width-max);
    position: fixed;
    z-index: 9999999;
    transform: translateX(-50%);
    transition: all 0.5s ease-out;
    left: 51%;
    top: 17vw
  }
  
  

.monitor-background {
    background-image: url('../img/monitor.webp') ;
    background-size: 75%;
    background-position: 2.5vw 2vw;
  animation: show 0.3s ;
  background-repeat: no-repeat;
  }
  .img-skills {
    max-width: 55%;
    left: 4vw;
    top: 1vw;
    position: relative;
}
#skills{
   height: 300px;
}
@keyframes show {
    0% {
        left: -1%;
        background-position: 0vw 0vw;
      
    }
    100% {    
        left: 0%;
        background-position: 2vw 2vw;

    }
}
@keyframes scroll {
    0% {
      margin-top:0px;
    }
    100% {    
        margin-top: 15px;

    }
}
.logo-footer {
    width: 50px;
}
.video-thumbnail {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    width: 200px;
  }
header {
    position: fixed;
    z-index: 9999999999999999;
    width: 100%;
    opacity: 0;
    height: 45px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.23);
}

footer {
    position: relative;
}

section {
    width: 100%;
    min-height: 70vh; 
    height: auto;    
    position: relative;
}
#portfolio{
    padding-bottom: 210px!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #888 !important;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #333 !important;
    transition: color 1s;
}

#home {
    background-color: #fff;
    display: grid;
    place-items: center;
    min-height: 53vw;
}

.headerShow {
    opacity: 1;
    transition: 0.5s;
}

#aboutMe {
    border-top: 1px solid rgb(210, 210, 210);
    background: url("../img/noise.png");
    width: 100%;
    z-index: 2
}

#portfolio {
    border-top: 1px solid rgb(210, 210, 210);
    background: #fff;
    width: 100%;
    z-index: 2

}

#contact {
    background-color: #555;
    z-index: 2

}
.top{
    width:14vw;
    left: 37%;
    top:60vw;
    animation: top 1s forwards ;
    animation-iteration-count: 1;
    z-index: 999999999999!important;
    position: fixed!important;
    display: block!important;
}


@keyframes top {
    0% {        display: block;

        transform: translateY(-0px) translateX(0px);
        width:34vw;

    }

    20% {
        transform: translateY(-50px) translateX(-10px) ;
        width:24vw;

    }

    100% {
        transform: translateY(-59vw)  translateX(-31vw) ;
        width:14vw;

    }
  
}
.bi-youtube {
    position: relative;
    top: 3.5px;
    left: 4px;
}

.fs-7 {
    font-size: 12px !important;
}

.fs-8 {
    font-size: 11px !important;
}
.fs-9 {
    font-size: 7px !important;
}


h2 {
    color: rgb(223, 0, 115);
}

.perfil {
    width: 80%;
    border-radius: 100%;
    border: 3px solid rgb(237, 237, 237);
}

.intereses {
    height: 22px;
    fill: #555;
    margin-right: 15px;
    margin-top: 15px;
}



#aboutMe span {
    color: rgb(255, 26, 114);
    line-height: 30px;
}

#portfolio h2 {
    color: rgb(140, 140, 140);
    letter-spacing: 1px;
}

#portfolio span {
    color: rgb(96, 96, 96);
}

.servicios p {
    line-height: 25px;
}

.fs-7 {
    font-size: 15px;
}

.diploma {
    width: 100%;
    margin: 20px;
    position: relative;
}

.diploma:hover {
    width: 140%;
    z-index: 999999;
    transition: 1s;
    transform: rotate(1deg);
}

.desarrollo {
    background: url("../img/desarrollo.webp") no-repeat center 0px;
    background-size: 85%;
    background-color: #eee;
    width: 100%;
    position: relative; /* Se requiere posición relativa para el padding-bottom hack */
}

.design {
    background: url("../img/design.webp") no-repeat center -45px;
    background-size: 85%;
    background-color: #eee;
    width: 100%;
    position: relative; /* Se requiere posición relativa para el padding-bottom hack */
  }
  .edit {
    background: url("../img/edit.webp") no-repeat center -30px;
    background-size: 85%;
    background-color: #eee;
    width: 100%;
    position: relative; /* Se requiere posición relativa para el padding-bottom hack */

}


  .design::before,   .edit::before,   .desarrollo::before  {
    content: "";
    display: block;
    padding-bottom: 100%; /* Establece un relleno inferior del 100% del ancho del elemento */
  }
 
  #portfolio h4{
  cursor: pointer;  
  }

  .design > *,  .edit > *,  .desarrollo > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } 
  
.area h4 {
    color: rgb(255, 26, 114) !important;
    line-height: 50px;
    font-weight: 700;
    vertical-align: bottom;
    text-transform: lowercase;
}

.area .col-md-4:hover h4 {
    color: #777 !important;
}

.edit:hover {
    background: url("../img/edit.gif") no-repeat center;
    background-color: rgb(255, 215, 234);
    background-size: 88%;
    transition: 0.5s;
    background-position: center -100px;
}

.desarrollo:hover {
    background: url("../img/desarrollo.gif") no-repeat center;
    background-color: rgb(118, 73, 135);
    background-size: 83%;
    transition: 0.5s;
    background-position: center -45px;
}

.design:hover {
    background: url("../img/design.gif") no-repeat center;
    background-color: rgb(0, 96, 108);
    background-size: 88%;
    transition: 0.5s;
    background-position: center -110px;
}
.design:hover::before,   .edit:hover::before,   .desarrollo:hover::before  {
    content: "";
    display: block;
    padding-bottom: 100%; /* Establece un relleno inferior del 100% del ancho del elemento */
  }
  .design:hover > *,  .edit:hover > *,  .desarrollo:hover > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.key {
    display: none;
    width: 160px!important;
    height: auto!important;;
    position: relative;
    z-index: 999999;
    top: -140px;
    position: relative;
    transition: 1s;

}

.desarrollo:hover .key {
    display: block !important;
    top: 315px;
    transition: 1s;
    animation: teclado 3s infinite;
    left: 100px;

}

.mouse {
    display: none;
    width: 60px!important;
    height: auto!important;
    position: relative;
    z-index: 999999;
    position: relative;
    transition: 1s;
}

.desarrollo:hover .mouse {
    display: block ;
    left: 120px;
    transition: 1s;
    animation: mouse 3s infinite;
    top: 95px
}

.tableta {
    display: none;
    width: 160px!important;
    height: auto!important;
    position: relative;
    z-index: 1;
    position: relative;
    transition: 1s;

}

.edit:hover .tableta {
    display: block !important;
    transition: 1s;
    animation: tableta 3s infinite;
    top: 200px;
    left: 140px;
}

.pen {
    display: none;
    width: 50px!important;
    height: auto!important;
    position: relative;
    z-index: 999999;
    position: relative;
    transition: 1s;

}

.edit:hover .pen {
    display: block !important;
    left: 50px;
    transition: 1s;
    animation: pen 3s infinite;
    top: 205px
}

.cel {
    display: none;
    width: 70px!important;
    height: auto!important;
    position: relative;
    z-index: 999999;
    position: relative;
    transition: 1s;

}

.design:hover .cel {
    display: block !important;
    left: 110px;
    transition: 1s;
    animation: cel 3s infinite;
    top: 5px
}

.colores {
    display: none;
    width: 130px!important;
    height: auto!important;
    position: relative;
    z-index: 999999;
    position: relative;
    transition: 1s;

}

.design:hover .colores {
    display: block !important;
    transition: 1s;
    animation: colores 5s infinite;
    top: 265px;
    left: 40px;
}

.cam {
    display: none;
    width: 90px!important;
    height: auto!important;
    position: relative;
    z-index: 999999;
    position: relative;
    transition: 1s;
    transform: rotate(5deg);
}

.design:hover .cam {
    display: block !important;
    left: 250px;
    transition: 1s;
    animation: cam 3s infinite;
    top:295px
}


.des:hover #merivideov2 {
    display: block !important;
    left: 41.6%;
    top: 29%;
    animation: vs 1s;

}

#portfolioEdicion, #portfolioDesarrollo, #portfolioDesign {
    display: none;
    height: auto;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
    left: 0%;
    padding-top: 30px;
    padding-bottom: 70px;
}

#portfolioEdicion {
    background-color: rgb(34, 20, 27);
    min-height: 90vh;
}

#portfolioDesarrollo {
    background-color: rgb(17, 8, 19);
}

#portfolioDesign {
    background-color: rgb(20, 28, 29);
}


#image-gallery-url-desarrollo, #image-gallery-url-design {
    background-color: #555;
    text-transform: uppercase;
    padding: 10px;
    color: #fff;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    border: 0px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

#image-gallery-url-desarrollo:hover, #image-gallery-url-design:hover {
    background-color: #999;
}

.modal-body img {
    max-height: 65vh;
    width: auto;

}

.flag {
    width: 20px;
}

.flag:hover {
    opacity: 0.5;
}

.dark {
    background-color: #222 !important;
}

#designON .modal-desc {
    padding: 20px !important;
}

.cerrar {
    margin: 10px 20px;
    float: right;
    position: relative;
    z-index: 999999999999999;
}

.cerrar:hover {
    background-color: rgb(217, 0, 108) !important;
    color: #fff !important;
}

.contenedor {
    display: inline;
    width: 20%;
}

.cajaImg {
    width: 300px;
    height: 300px;
}

@keyframes teclado {
    0% {
        width: 160px;
    }

    50% {
        width: 165px;
    }

    100% {
        width: 160px;
    }
}

@keyframes mouse {
    0% {
        top: 295px;
        left: 290px;
    }

    25% {
        top: 305px;
        left: 300px;
    }

    70% {
        top: 305px;
        left: 260px;
    }

    90% {
        top:305px;
        left: 280px;
    }

    100% {
        top: 295px;
        left: 290px;
    }
}

@keyframes tableta {
    0% {
        width: 160px;
    }

    50% {
        width: 165px;
    }

    100% {
        width: 160px;
    }
}

@keyframes pen {
    0% {
        top: 255px;
        left: 210px;
    }

    25% {
        top: 260px;
        left: 220px;
    }

    70% {
        top: 255px;
        left: 210px;
    }

    90% {
        top: 260px;
        left: 230px;
    }

    100% {
        top: 255px;
        left: 210px;
    }
}

@keyframes colores {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cam {
    0% {
        width: 90px;
    }

    50% {
        width: 95px;
    }

    100% {
        width: 90px;
    }
}

@keyframes vs {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px;

}

#designON .thumb {
    width: auto !important;
    max-width: 100% !important;
    height: 350px !important;
}

#designON .thumbnail {
    height: 350px !important;
    width: auto !important;
}

#designON .img-thumbnail {

    height: 350px !important;
    width: auto !important;
}

.modal-backdrop {
    position: relative;
    z-index: 1 !important;
}

.img-thumbnail {
    background-color: transparent !important;
    border: #ccc dotted 0px !important;
    max-height: 100% !important;
    width: auto !important;
    text-align: center !important;
}

#player {
    position: relative;
    top: 6.5vw;
    left: 2vw;
    width: 47vw;
    height: 27vw;
    border-radius: 20px;
    display: none;
}

.ipd {
    background-image: url("../img/ipd-01.webp");
    position: relative;
    left: 7vw;
    width: 50vw;
    height: 40vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50vw 40vw;
    display: none;
}

.img-thumbnail-edit {
    background-color: #222 !important;
    border: #ccc dotted 0px !important;
    height: auto !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 10px;
}

.img-thumbnail-edit:hover {
    opacity: 0.7;
}

.editplay {
    background-color: transparent !important;
    border: 0px !important;
}

.thumbnail {
    border: 0px !important;
    background-color: transparent !important;
    height: 150px !important;
    width: auto !important;
    text-align: center !important;
}

.barnav-items {
    position: relative;
    list-style: none;
    margin-left: 0;
    border-radius: 20px;
    width: 30% !important;
    margin: 0 auto !important;
    ;
    text-align: center !important;

}

.barnav-items .barnav-white {
    transition: .2s ease-out;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 20px;
}

.barnav-white {
    transform: translateX(0%);
}

.item1 {
    transform: translateX(0%);
}

.item2 {
    transform: translateX(100%);
}

#photo {
    display: none;
    transition: all 0.5s ease;
}

#designON {
    transition: all 0.5s ease;
}

.displayOn {
    display: flex !important;
    transition: all 0.5s ease;

}

.displayOff {
    display: none !important;
    transition: all 0.5s ease;
}

.barnav-items a.current {
    pointer-events: none;
    cursor: default;
    transition: color .2s ease-out;
    color: #151517;
}

.barnav-items a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.022em;
    display: block;
    position: relative;
    z-index: 1;
    width: 120px;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    color: #a1a1a6;
}

.barnav-items a:hover {
    color: #858589;
}

.contenedorPrincipal-design1 .img-thumbnail-design-p {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    object-fit: cover;

}

.contenedorPrincipal-design3 .img-thumbnail-design-p {
    height: 100%;
    width: 90%;
    flex-grow: 1;
    object-fit: scale-down;
}

.img-thumbnail-design-p {
    height: 100%;
    width: 80%;
    flex-grow: 1;
    object-fit: scale-down;
    border-radius: 5px;
}

.img-thumbnail-design {
    height: 70%;
    width: 90%;
    flex-grow: 4;
    object-fit: cover;
    border: dotted 1px #ddd;
    padding: 5px;
    background-color: #fff;
}

.img-thumbnail-design:hover, .img-thumbnail:hover {
    opacity: 0.7;
    border: solid 1px #ddd;
}

#photo .img-thumbnail {
    height: 100%;
    width: 100%;
    flex-grow: 1;
    object-fit: cover;
}

.contenedorGeneral-design1, .contenedorGeneral-design2, .contenedorGeneral-design3, .contenedorGeneral-design4, .contenedorGeneral-design5, 
.contenedorGeneral-design6, .contenedorGeneral-design7, .contenedorGeneral-design8, .contenedorGeneral-design9, .contenedorGeneral-design10, .contenedorGeneral-design11 {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
    margin-top: 10px !important;
    ;
    margin-bottom: 10px !important;
    ;
}

.verMas {
    width: 140px !important;
    background-color: #555;
    color: #fff;
    padding: 10px;
}

.verMas:hover {
    background-color: rgb(188, 188, 188);
}

#contact label {
    color: rgb(65, 65, 65);
}

#contact input {
    border-radius: 5px;
    width: 100%;
    height: 40px;
    border: 1px #ddd solid !important;
}

#contact textarea {
    border-radius: 5px;
    min-height: 150px;
    width: 100%;
    border: 1px #ddd solid !important;
}

#contact button {
    padding: 10px;
    width: 100px;
    background-color: rgb(232, 41, 120);
    color: rgb(243, 243, 243);
}

#contact button:hover {
    background-color: rgb(90, 90, 90);
    color: rgb(243, 243, 243);
}

#itemD {
    color: #fff;
}

#itemP {
    color: #999;
}

#itemD:hover, #itemP:hover {
    color: #fff !important;
}


.galeriaRowDesign input[type=range] {
    cursor: move;
    height: 25px;
    width: 300px;
    /* box-shadow: -0.1em -0.1em 0.1em var(--l3) inset,
	0.1em 0.1em 0.1em var(--l1) inset; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ddd;
    border-radius: 90px;
    border: 1px solid #fff;
}

.galeriaRowDesign input[type=range]::-webkit-slider-thumb {
    border: 0;
    background-image: var(--thumb-bg, url('../img/graphic.svg'));
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    animation: rise 3s infinite;

}

.galeriaRowDesign input[type=range]:focus {
    outline: transparent;
}

@keyframes rise {
    0% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

/* RESPONSIVE */


@media screen and (max-width: 967px) {


      .img-skills {
        max-width: 55%;
        left: 16%;
        top:0%;
        position: relative;
    }
    }
@media screen and (max-width: 767px) {
 header{
    min-height:45px;
    height:auto;
 }
 .logo {
    width: auto;
    height: 50px;
opacity: 0;}

    .img-thumbnail {
        max-height: 100% !important;
        width: 100% !important;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-toggler{
        position: relative;
        top: 5px;
        left:30px;
    }
    .cerrar {
        float: none;
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .carousel-desa {
        --carousel-desa-height: 80vw !important;
        top: 0px !important;
        margin-bottom: 50px !important;
    }

    .carousel-desa-id-3 {
        width: 85% !important;
    }

    .carousel-desa-control {
        left: 0% !important;
    }

    .barnav-items a {
        width: 50%;
    }

    .barnav-items {
        width: 100% !important;
    }

    .img-thumbnail-design {
        width: 80%;
        height: auto !important;
        ;
    }

    .img-thumbnail-design-p {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .descDesa {
        position: relative;
        top: 0px;
    }

    .modal-body img {
        max-height: auto;
        width: 100%;
    }
    .modal-dialog{
        top: 110px!important;
    }
    .diploma {
        width: 100%;
        margin: 10px 0px;
        position: relative;
    }
    .servicios{
        text-align: center;
        margin: 0 auto;
    }
    #contact h2, #contact p{
        text-align: center;
        margin: 0 auto!important;
        margin-top: 10px!important;
    }

    #contact .redes{
        margin-top: 40px;
    }
    .perfil {
        width: 100%;
    }

.img-skills {
    max-width: 80%;
}
.desarrollo:hover .mouse, .desarrollo:hover .key, .design:hover .colores, .design:hover .cam, .edit:hover .tableta,  .edit:hover .pen {
    display: none!important ;
}

  
}

@media screen and (max-width: 490px) {

.galeriaRowDesign input[type=range] {
    cursor: move;
    height: 25px;
    width: 100%;
}
.logoHome {
    width:27vw;
    position: fixed;
    z-index: 9999999;
    left: 37%;
    top:60vw;
}


  #bgHome {
    min-width: 30%;
    width: 270vw;
    height: auto;
    position: fixed;
    top: 65vw;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

  .monitor {
    width: 50vw;
    position: fixed;
    z-index: 9999999;
    transform: translateX(-50%);
    transition: all 0.5s ease-out;
    left: 51%;
    top: 55.5vw
  }
  #home {
    background-color: #fff;
    display: grid;
    place-items: center;
    min-height: 155vw;
}
  


.img-skills{
    max-width:70%;
    left: 10%;
    top: 5%;
}
#skills {
    height: 250px;
}

#player {
    position: relative;
    top: 14.5vw;
    left: 1.5vw;
    width: 92vw;
    height: 67vw;
    border-radius: 20px;
    display: none;
}

.ipd {
    background-image: url("../img/ipd-01.png");
    position: relative;
    left: 0vw;
    width:95vw;
    height: 98vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95vw 98vw;
    display: none;
}
.video-thumbnail {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    width: 100px;
  }
  .scroll {

    left: 45%;
    top:45% ;

}
.desarrollo:hover {
    background: url("../img/desarrollo.webp") no-repeat center 0px;
    background-size: 85%;
    background-color: #eee;
    width: 100%;
    position: relative; /* Se requiere posición relativa para el padding-bottom hack */
}

.design:hover {
    background: url("../img/design.webp") no-repeat center -45px;
    background-size: 85%;
    background-color: #eee;
    width: 100%;
    position: relative; /* Se requiere posición relativa para el padding-bottom hack */
  }
  .edit:hover {
    background: url("../img/edit.webp") no-repeat center -30px;
    background-size: 85%;
    background-color: #eee;
    width: 100%;
    position: relative; /* Se requiere posición relativa para el padding-bottom hack */

}
.lang{
    display: none;
}
.colores, .cam, .key, .mouse, .tableta, .pen{
    display: none!important;
}

}
@media screen and (max-width: 290px) {

.div-lang {
display: block!important;
width: 100%;
text-align: center;
position: absolute;
left: 0%;
top: 20%;
background-color: transparent!important;
}
.top{
    margin-top: 10px;
}
}