body {
    margin:0;
    width: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    background-image: none;
}

h1 {
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-weight:bolder;
    letter-spacing: 1.5px;
    font-size:40px;
}

p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size:16px;
    font-weight: bold;
    color: #ffffff;
}

.header {
    position:relative;
    text-align:center;
    width: 100%;
    margin: 0;
    background: linear-gradient(60deg, rgba(84,58,183,0.8) 0%, rgba(46, 154, 254,0.8) 100%);
    color:white;
}

.isotipo {
    width:150px;
    fill:white;
    padding-right:15px;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display:inline-block;
    vertical-align: text-bottom;
}

.content-header{
    height:65vh;
    margin: 0;
    padding: 0;
    /* background-image: url(../image/photo-2.png); */
    background-size: cover;
}

.inner-header {
    height:65vh;
    margin: 0;
    padding: 0;
    padding-left: 80px;
    padding-right: 80px;
}

.flex { /*Flexbox for containers*/
    justify-content: center;
    align-items: center;
    text-align: center;
}

.desc{
    margin-top: 100px;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    top:-35x;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.cinta{
    margin-left: 8%;
    margin-top: 100px;
}

.card-c{
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-c p{
    color:#999;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
}

.mini{
    box-sizing: border-box;
    /* H. incluír cualquier borde o relleno al ancho total*/
    -webkit-box-sizing: border-box;
    /* H. Para navegadores heredados basados en WebKit */
    -moz-box-sizing: border-box;
    width: 15%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.stores{
    margin-top: 50px;
}

.stores .capa{
    background-color: #e2e2e2;
    margin-left: 8%;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-right: 120px;
}

.stores .capa div{
    justify-content: center;
    align-items: center;
    text-align: left;
    padding-left: 8%;
}

.stores .capa div .imagen{
    padding: 0px;
    max-width: 350px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%; 
    border: 4px solid rgba(46, 154, 254,1);
}

.stores .capa h1{
    padding-top: 8%;
    font-weight: bolder;
}

.stores .capa p{
    color:#999;
    font-size: 20px;
    font-weight: bold;
}

.stores .capa div.bt{
    margin: 0px;
    padding: 0px;
    height:60px;
}

.btstore{
    background-color:rgba(84,58,183,1) ;
    width: 95%;
    height: 55px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 6px;
    margin-right: 10px;
    border-radius: 5px;
}

.bttenderos{
    background-color: rgba(46, 154, 254,1);
}

.btstore:hover{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

/*titulo*/
.category{
    padding: 0px;
    margin: 0px;
}

.titulo{
    position: relative;
    margin-left: 8%;
    margin-bottom: 0px;
}

.titulo .subtitulo{
    margin-top: 15%;
}

.titulo .capa-texto .texto{
    background-image: url(../image/ecommerce-3247176_1920.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 54%;
    padding-bottom: 0px;
    margin:0px;
}

.titulo .capa-texto p{
    margin: 0px;
    color:#999;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    padding-top: 5px;
    padding-bottom: 0px;
}

/**** slider ****/

#slider{
    margin-left: 10%;
    width: 80%;
    height: 360px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 2%;
}

#slider li{
    list-style: none;
    width: 100%;
}

#slider ul{
    width: 400%;
    padding: 0px;
    display: flex;
    animation: cambio 20s infinite alternate;
}

.slider-container{
    display: flex;
}

#slider .card{
    width: 33%;
    height: 300px;
    padding: 20px;
    margin-left: 3%;
    margin-right: 3%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
}

#slider .card:hover{
	  box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.75);
}

#slider a{
    text-decoration: none;
}

#slider .img-card{
    width: 100%;
    height: 200px;
}

.text-categoria{
    position: relative;
    top: -205px;
    text-align: center;
    padding: 15px;
    padding-top: 185px;
    width: 100%;
    height: 200px;
    color: #999;
    opacity: 1;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s,
}

.text-categoria:hover {
    padding-top: 30%;
    color: white;
    opacity: 1;
    background-color: rgba(0, 0, 0,0.6);
}

.text-categoria h2{
    font-size: 1.3em;
    text-align: center;
}

.text-categoria h3{
    text-align: center;
    position: absolute;
    top: 105%;
    color: #999;
    width: 100%;
    opacity: 0;
}

.text-categoria:hover > h3{
    opacity: 1;
}

@keyframes cambio {
  0%{ margin-left: 0;}
  20%{ margin-left: 0;}

  25%{ margin-left: -100%;}
  45%{ margin-left: -100%;}

  50%{ margin-left: -200%;}
  70%{ margin-left: -200%;}

  75%{ margin-left: -300%;}
  100%{ margin-left: -300%;}
}

#slider ul:hover{
    animation-play-state:paused; 
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

/*** responsive ***/
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .inner-header{
        padding: 40px;
    }
    .content-header h1{
        margin-top: 100px;
        font-size: 35px;
        width: 100%;
    }
    .content-header .isotipo + h1 {
      margin-top: 0px;
    }
    .waves {
      height:55px;
      min-height:45px;
    }
    .cinta{
        margin-top: 40px;
    }
    .stores{
        padding: 40px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .stores .capa{
        padding: 0px;
        margin-left: 8%;
        padding-top: 15px;
    }
    .stores .capa h1{
        width: 100%;
        font-size: 2.5em;
        text-align: center;
    }
    .stores .capa img{
        margin-top: 25px;
    }
    .titulo .subtitulo{
        padding: 10px;
        padding-top: 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .content-header{
        height:70vh;
        background-image: none;
    }
    .inner-header{
      padding: 25px;
    }
    .content-header h1{
        margin-top: 100px;
        font-size: 33px;
        width: 100%;
    }
    .content-header .isotipo + h1 {
      margin-top: 0px;
    }
    .waves {
      height:45px;
      min-height:35px;
    }
    .cinta{
        margin-top: 0px;
    }
    .stores{
        padding: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .stores .capa{
        padding: 0px;
        margin-left: 10%;
        padding-top: 20px;
    }
    .stores .capa img{
        margin-top: 25px;
    }
    .stores .capa h1{
        width: 100%;
        font-size: 1.7em;
        text-align: center;
    }
    .stores .capa p{
        font-size: 16px;
        text-align: justify;
    }
    .titulo .subtitulo{
        padding: 0px;
        padding-top: 5%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .content-header{
        height:75vh;
        background-image: none;
    }
    .inner-header{
      padding: 15px;
    }
    .content-header h1{
        margin-top: 100px;
        font-size: 20px;
        width: 100%;
    }
    .content-header .isotipo + h1 {
      margin-top: 0px;
    }
    .waves {
      height:40px;
      min-height:30px;
    }
    .cinta{
        margin-top: 0px;
    }
    .stores{
      padding: 50px;
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .stores .capa{
      padding: 0px;
      margin-left: 12%;
      padding-top: 20px;
    }
    .stores .capa h1{
        width: 100%;
        font-size: 1.5em;
        text-align: center;
    }
    .stores .capa p{
        font-size: 20px;
        text-align: center;
    }
    .stores .capa div{
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0px;
    }
    .category{
        padding: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .titulo {
      padding: 0px;
      margin-left: 12%;
    }
    .titulo .subtitulo{
      padding: 0px;
      padding-top: 10%;
    }
    .titulo .subtitulo h1{
        text-align: center;
        font-size: 2.5em;
    }
    .titulo .capa-texto{
      padding: 0px;
    }
    .titulo .texto p{
      font-size: 1.3em;
    }
    #slider{
      margin-left: 16%;
    }
    #slider .card{
        height: 205px;
        padding: 15px;
        width: 33%;
        margin-left: 2%;
        margin-right: 2%;
    }
    #slider .img-card{
        height: 120px;
    }
    .text-categoria{
        top: -125px;
        height: 120px;
        padding-top: 130px;
    }
    .text-categoria h2{
        font-size: 0.8em;
    }
    .text-categoria h3{
        font-size: 0.7em;
        text-align: left;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 600px) { 
    .content-header{
        height:13vh;
        background-image: none;
    }
    .content-header h1{
        margin-top: 0px;
        font-size: 40px;
    }
    .waves {
        height:40px;
        min-height:30px;
    }
    .cinta{
        margin-top: 700px;
    }
    .stores{
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 50px;
    }
    .stores .capa{
        width: 100%;
        padding: 0px;
        padding-top: 30px;
    } 
    .stores .capa h1{
        width: 100%;
        font-size: 2.5em;
        text-align: center;
    }  
    .stores .capa p{
        width: 100%;
        text-align: justify;
    }
    .stores .capa div{
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0px;
    }
    .category{
        padding: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .titulo .subtitulo h1{
        text-align: center;
        font-size: 2.5em;
    }
    #slider{
        margin-left: 17%;
        margin-bottom: 0px;
    }
    #slider .card{
        height: 175px;
        padding: 15px;
        width: 31%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #slider .img-card{
        height: 100px;
    }
    .text-categoria{
        top: -105px;
        height: 100px;
        padding-top: 110px;
    }
    .text-categoria h2{
        font-size: 0.7em;
    }
    .text-categoria h3{
        font-size: 0.5em;
        text-align: left;
    }
}
