* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: Poppins, Arial, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d273b;
    font-weight: 300;
}


.dropdown-content {
  display: none;

  z-index: 10000;

}

#filtros {
    display:none;
}

#maincontenedor {
    margin-top: 120px;
}

#menuToggle {
    display: none;
}


/* Show the dropdown menu on hover */
.dropdown:hover  .dropdown-content {display: block;}



section {
    padding:20px;
}


#slider-range {
    width: 75%;
    float: left;
    margin: 5px 0px 5px 0px;
}

.contenedor {
    width: 100%;
    max-width: 1270px;
    margin:-35px auto auto auto;
    overflow: hidden;
}

.contenedor-catalogo {
    width: 100%;
    display: flex;
     margin:-35px auto auto auto;
  
}

.contenedor-login {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto auto auto auto;

}


.login {
    width: 50%;
    max-height: 1500px;
    margin-top: -650px;
    margin-left:60px;
 

}

.cuenta {
    width: 50%;
    margin-top: -380px;
    margin-left:60px;
 

}

.contenedor-login .imag-login img{
    
    margin-left: 90px;
    position:flex;

}

.contenedor1 {
    width: 100%;
    max-width: 1270px;
    margin: auto;
    overflow: hidden;
    padding: 60px 0;
}


h1 {
    font-size: 50px;
}


/* Header */
header::before {
    content: "";
    display: block;
    margin-bottom: 80px;
}



.nav {
  
    top:35px;
    width: 100%;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
    background: #fff;
    border-bottom: 2px solid#2AD861;
    display: flex;
    justify-content: space-between;
    height: 85px;
     position: fixed;
      z-index: 100;
    padding: 0px 40px;
    align-items: center;
}

.nav-top {
    top:0;
    position: fixed;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    height: 35px;
     z-index: 100;
         padding: 0px 40px;
    align-items: center;

}

.nav .logo {
    margin-left: 60px;
    height: 80px;

}

.nav .logo img {
    height: 100%;
    vertical-align: top;
}

.enlaces-header {
    float: none;
    display: block;
    text-align: left;

}

.nav .enlaces-header input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}


.nav .enlaces-header a {
    color: #5D6678;
    text-decoration: none;
    font-family: Poppins,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-left: 20px;
}

.nav-top .enlaces-top{
  
}

.nav-top .enlaces-top a {
    color: #5D6678;
    text-decoration: none;
     
     vertical-align:top;
     font-family: Poppins,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;
     font-size:10pt;
     text-align:center

}

.nav-top .enlaces-top-center p {
       color: #5D6678;
    text-decoration: none;
    font-family: Poppins,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-left: 20px;
    margin-right:-100px;

}

.nav-top .enlaces-top img {
    vertical-align:top;

}

.nav .search input[type=text] {
  width: 250px;
  box-sizing: border-box;
  border: 2px solid#2AD861;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  box-shadow: 1px 1px 10px 0 rgba(2, 2, 2, .2);
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.nav .search  input[type=text]:focus {
  width: 100%;

}






.contenido-header {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contenido-header>img {
    width: 100%;
    animation: ease-in animat 1s;
}

.contenido-categorias {
    width: 100%;
       max-height: 250px;
       display: inline-block;    
       text-align:center;
    align-items: center;
}


.contenido-categorias>button {
    width: 170px;

    padding: 10px;
    background: transparent;
    border:1px solid;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    text-align: center;
    transition: ease-in-out 0.5s;
    margin: 10px 10px auto auto;
    animation: ease-in animat 1s;
}

.contenido-categorias>button:hover {
    background: #F2F2F2;
}

@keyframes animat {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}


.textos-header {
    margin: 0 0 0 30px;
}

.contenido-header p {
    font-weight: 100;
    margin-top: 14px;
    color: #5D6678;
}


.contenido-header a {
    margin: 28px 0 0 0;
    width: 130px;
    display: inline-block;
    background:#2AD861;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(31, 222, 130, .46);
}



/* About us */

.about-us {
    position:relative;
    background: white;
}


.contenedor-articulo {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-around;
}

.contenedor-slider{
    margin-top:1000px;
}

.articulo {
    width: 29%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 30px 60px 30px;
    transition: 0.5s;
}

.articulo:hover {
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

.articulo>i {
    font-size: 30px;
    color: #fff;
    background:#2AD861;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(31, 222, 130, .46);
}

.articulo>h3 {
    font-size: 24px;
    margin-top: 30px;
}

.articulo>p {
    font-weight: 100;
    color: #5D6678;
    margin-top: 15px;
    padding-bottom: 20px;
}

.articulo>a {
    color: #5D6678;
    font-weight: 400;
    text-decoration: none;
}

.articulo>a:hover {
    color:#2AD861;
    transition: color .5s;
}

/* Questions */


.questions {

    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:-70px;

}

.questions>img {
    width: 550px;
}

.textos-questions {
    margin: 0 0 0 30px;
}

.textos-questions p {
    font-weight: 100;
    margin-top: 14px;
    color: #5D6678;
}


.textos-questions a {
    margin: 28px 0 0 0;
    width: 130px;
    display: inline-block;
    background:#2AD861;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(31, 222, 130, .46);
}

/* Results */

.titulo{
    width: 100%;
    max-width: 1270px;
    position: absolute;
    margin-top: -480px;
    text-align: center;
    font-family: verdana,sans-serif;
    font-size: 13pt;
     font-weight: bold;
}

.results {
    height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:-70px;
}

.conten-results {
    display: flex;
    justify-content: space-evenly;
}

.numbers {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.numbers .number {
    width: 45%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 10px;
    padding: 40px 35px;
    margin-bottom: 20px;
}

.numbers .number h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.numbers .number p {
    color: #f2f5fc;
    font-weight: 300;
}

.results-text {
    width: 37%;
}

.results-text h4 {
    color: #fff;
    font-size: 40px;
}

.results-text p {
    color: #fff;
    font-weight: 300;
    margin: 20px 0;
}


.results-text>a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 0;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}

/* Services */

.services {
    display: flex;
    justify-content: space-between;
}

.services>img {
    width: 500px;
}

.box-skills {
    margin: 30px 30px 0 0;
}

.box-skills h4 {
    font-size: 24px;
    background: #f2f2f2;
    width: 350px;
    border-radius: 6px;
    padding: 10px 0 10px 15px;
    margin-bottom: 10px;
}

.box-skills i {
    color:#2AD861;
    font-size: 20px;
}

/* footer */

footer {
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.partFooter {
    width: 20%;
    text-align: left;
}

.partFooter h4 {
    color: #1d273b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.partFooter a {
    display: block;
    text-decoration: none;
    color: #5D6678;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
}


.partFooter a:hover {
    color:#2AD861;
}

.partFooter img {
    width: 70%;
}

.social-media i {
    font-size: 20px;
    display: inline-block;
    color: #adb6c7;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}

.social-media i:hover {
    color: #fff;
    background-color:#2AD861;
    border-color:#2AD861;
}


.swiper-slide{
    width:250px !important;
    margin-left:10px;
    
}



.slider-box{
   
    height:200px;
    width:250px;
    position:relative;
    background-color:#FFFFFF;
    border-radius:5px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    border:1px solid rgba(187,187,187,0.40);
 
}



.time{
    position:absolute;
    top:2px;
    right:20px;
    color:#f16007;
    cursor: pointer;
  
}

.time1{
    position:absolute;
    top:2px;
    left:12px;
    color:#f16007;
    cursor: pointer;
   
}


.time2{
    vertical-align: middle
    position:absolute;
    top:60px;
    right:25px;
}


.texto-vertical{
    writing-mode: vertical-lr;
    position:absolute;
    top:60px;
    right:25px;
}

.zoom {
  padding: 10px;
  transition: transform .2s; /* Animation */
  width: 100%;
  height: 100%;
  margin: 0 auto;
}


.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.slider-box a{
    text-decoration:none;
    text-align:center;
}   

.img-box{
    height:170px;
}

.img-box img{
    height:auto;
    max-width:100%;
    max-height:100%;
}


.detail{
    display:flex;
    flex-direction:column;
    align-items:center;
    box-sizing:border-box;
    font-size:13px;
    line-height:35px;
}
                            
.price{
    color:black;
    line-height:20px;
}

.price-sell{
    color:black;
    line-height:20px;
    text-decoration-line: line-through;
}
                            
.cart{
    position:absolute;
    bottom:0px;
    height:45px;
    background-color:#2AD861;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
                                        
.cart a{
    color:#FFFFFF;
}

.slider-box:hover{
    box-shadow:2px 2px 12px rgba(47,47,47,0.40);
}

.slider-box:hover .img-box img{
    transform:scale(1.07);
    transition:all ease 0.3s;
}

.cart:hover{
   /*transform:scale(1.1);*/
   /* background-color:#2AD861;*/
    box-shadow:2px 2px 12px rgba(47,47,47,0.40);
   /* transition:all ease 0.1s;*/
}


/* Breakpoints responsive */

@media screen and (max-width:1200px) {
   
#filtros {
    display:none;
}

#maincontenedor {
    margin-top: 120px;
}


    .nav .enlaces-header {
        display: none;
    }

    #menuToggle
{


  position: fixed;
  display:block;

  left: 30px;
  top: 70px;
  z-index: 1000;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: white;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: -5px;
  
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;

  margin-left:15px;
 
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  height: 1000px;

  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{

  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


}

 



     .nav-top .enlaces-top{
         margin-left: 20px;
         margin-top: 5px;
        text-align: center;
        align-content: center;
          align-items: center;
     }


    .enlaces-top-center{ 
        display:none;
     }

 

    .titulo{
    width: 100%;
    position: absolute;
    margin-top: -480px;
    text-align: center;
    font-family: verdana,sans-serif;
    font-size: 13pt;
     font-weight: bold;
}

    .contenedor {
        width: 100%;
        max-width: 1270px;
        margin:-180px auto auto auto;
        overflow: hidden;
    }



    .contenido-header {
        flex-direction: column;
        justify-content: space-evenly;
        height: 720px;
    }

   .contenido-header>img {
        width: 95%;
        animation: ease-in animat 1s;
    }



.contenido-categorias {
    width: 100%;
     max-height: 250px;
       display: inline-block;
    margin: auto auto 30px auto;
    justify-content: space-between;
    align-items: center;
}

.contenido-categorias>button {
    width: 20%;
    padding: 10px;
   
    margin-left: 10px;
    margin-right: 10px;
    animation: ease-in animat 1s;
}


    .textos-header {
        margin: 0;
    }

 


    /* About us */


    .articulo {
        width: 45%;
    }

    /* Questions */

    .questions {
        height: 720px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .questions>img {
        width: 400px;
    }

    /* results */

    .conten-results {
        flex-direction: column-reverse;
    }

    .results-text>a {
        margin-bottom: 60px;
    }

    .numbers {
        width: 100%;
        /* justify-content: space-between; */
    }

    .results-text {
        width: 100%;
    }

    /* Services */

    .services {
        flex-direction: column-reverse;
        align-items: center;
    }

    .box-skills {
        margin: 0 0 40px 0;

    }

    .box-skills h4 {
        width: 500px;
    }

    .services>img {
        width: 400px;
    }

    /* Footer */

    .footer {
        justify-content: space-evenly;
    }

    .partFooter {
        width: 40%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:600px) {

#filtros {
    display:block;
}

#maincontenedor {
    margin-top: -120px;
}

    .enlaces-top-center{ 
        display:none;
     }

    .nav .enlaces-header {
        display: none;
    }






     .nav-top{
          text-align: center;
        align-content: center;
          align-items: center;
     }

     .nav-top .enlaces-top{
         margin-left: 20px;
         margin-top: 8px;
        text-align: center;
        align-content: center;
          align-items: center;
     }

    .titulo{
    width: 100%;
    position: absolute;
    margin-top: -480px;
    text-align: center;
    font-family: verdana,sans-serif;
    font-size: 13pt;
     font-weight: bold;
}

    h1 {
        font-size: 40px;
    }

    .contenido-header {
        height: 650px;
    }

    .nv {
        padding: 0 10px;
    }

    .contenido-header>img {
        width: 200px;
    }

 

    .contenido-categorias {
    width: 100%;
     max-height: 250px;
       display: inline-block;
    margin: auto auto 30px auto;
    justify-content: space-between;
    align-items: center;
}

    .contenido-categorias>button {
    width: 170px;
    padding: 10px;

    background: transparent;
    border:1px solid;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    text-align: center;
    transition: ease-in-out 0.5s;
    margin-left: 10px;
    animation: ease-in animat 1s;
}




    .nav .search input[type=text] {
      width: 50%;
   
    }

  


    .nav .enlaces-header a {
        color: #fff;
    }



 
    /* About us */

    .articulo {
        width: 95%;
    }

    /* Questions */

    .questions>img {
        width: 200px;
    }

    /* results */

    .numbers .number {
        width: 95%;
    }

    .results-text h4 {
        font-size: 35px;
    }

    /* Services */

    .services>img {
        width: 200px;
    }

    .box-skills h4 {
        width: 100%;
    }

    /* Footer */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }

    #menuToggle
{


  position: fixed;
  display:block;

  left: 30px;
  top: 70px;
  z-index: 1000;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: white;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: -5px;
  
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;

  margin-left:15px;
 
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  height: 1000px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{

  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


}


@media screen and (max-width:480px) {


#filtros {
    display:block;
}

#maincontenedor {
    margin-top: -120px;
}

    .enlaces-top-center{ 
        display:none;
     }

    .nav .enlaces-header {
        display: none;
    }






     .nav-top{
          text-align: center;
        align-content: center;
          align-items: center;
     }

     .nav-top .enlaces-top{
         margin-left: 20px;
         margin-top: 8px;
        text-align: center;
        align-content: center;
          align-items: center;
     }

    .titulo{
    width: 100%;
    position: absolute;
    margin-top: -480px;
    text-align: center;
    font-family: verdana,sans-serif;
    font-size: 13pt;
     font-weight: bold;
}

    h1 {
        font-size: 40px;
    }

    .contenido-header {
        height: 650px;
    }

    .nv {
        padding: 0 10px;
    }

    .contenido-header>img {
        width: 200px;
    }

 

    .contenido-categorias {
    width: 100%;
     max-height: 250px;
       display: inline-block;
    margin: auto auto 30px auto;
    justify-content: space-between;
    align-items: center;
}

    .contenido-categorias>button {
    width: 170px;
    padding: 10px;

    background: transparent;
    border:1px solid;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    text-align: center;
    transition: ease-in-out 0.5s;
    margin-left: 10px;
    animation: ease-in animat 1s;
}




    .nav .search input[type=text] {
      width: 100%;
   
    }

  


    .nav .enlaces-header a {
        color: #fff;
    }



 
    /* About us */

    .articulo {
        width: 95%;
    }

    /* Questions */

    .questions>img {
        width: 200px;
    }

    /* results */

    .numbers .number {
        width: 95%;
    }

    .results-text h4 {
        font-size: 35px;
    }

    /* Services */

    .services>img {
        width: 200px;
    }

    .box-skills h4 {
        width: 100%;
    }

    /* Footer */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }

    #menuToggle
{


  position: fixed;
  display:block;

  left: 30px;
  top: 70px;
  z-index: 1000;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: white;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: -5px;
  
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;

  margin-left:15px;
 
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  height: 1000px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{

  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


}


@media screen and (max-width:780px) {

#filtros {
    display:block;
}

#maincontenedor {
    margin-top: -120px;
}

    .enlaces-top-center{ 
        display:none;
     }

    .nav .enlaces-header {
        display: none;
    }






     .nav-top{
          text-align: center;
        align-content: center;
          align-items: center;
     }

     .nav-top .enlaces-top{
         margin-left: 20px;
         margin-top: 8px;
        text-align: center;
        align-content: center;
          align-items: center;
     }

    .titulo{
    width: 100%;
    position: absolute;
    margin-top: -480px;
    text-align: center;
    font-family: verdana,sans-serif;
    font-size: 13pt;
     font-weight: bold;
}

    h1 {
        font-size: 40px;
    }

    .contenido-header {
        height: 650px;
    }

    .nv {
        padding: 0 10px;
    }

    .contenido-header>img {
        width: 200px;
    }

 

    .contenido-categorias {
    width: 100%;
     max-height: 250px;
       display: inline-block;
    margin: auto auto 30px auto;
    justify-content: space-between;
    align-items: center;
}

    .contenido-categorias>button {
    width: 170px;
    padding: 10px;

    background: transparent;
    border:1px solid;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 300;
    position: relative;
    text-align: center;
    transition: ease-in-out 0.5s;
    margin-left: 10px;
    animation: ease-in animat 1s;
}




    .nav .search input[type=text] {
      width: 100%;
   
    }

  


    .nav .enlaces-header a {
        color: #fff;
    }



 
    /* About us */

    .articulo {
        width: 95%;
    }

    /* Questions */

    .questions>img {
        width: 200px;
    }

    /* results */

    .numbers .number {
        width: 95%;
    }

    .results-text h4 {
        font-size: 35px;
    }

    /* Services */

    .services>img {
        width: 200px;
    }

    .box-skills h4 {
        width: 100%;
    }

    /* Footer */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }

    #menuToggle
{


  position: fixed;
  display:block;

  left: 30px;
  top: 70px;
  z-index: 1000;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  colorwhite;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: white;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: -5px;
  
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;

  margin-left:15px;
 
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  height: 1000px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{

  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


}
