* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "Signika", sans-serif;
  font-size: 1.6rem;
}

#main-section {
  padding-top: 100px;
  background: #f6f6f1;
  font-weight: 300;
}

#header {
  position: fixed;
  top: 0;
  /* background: #ecebe6; */
  background: #f6f6f1;
  width: 100%;

  /* margin-top: 0; */
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  z-index: 2;
}

#menu #header-img {
  width: 140px;
  padding: 10px 16px;
}

.headroom {
  will-change: transform;
  transition: transform 500ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}

.header--fixed {
  position: absolute;
  width: 100%;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}

.header--fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.header--fixed.top {
  transition: none;
  transform: translateY(0);
}
.header--fixed.not-top {
  position: fixed;
  transform: translateY(-100%);
}
.header--fixed.slideDown.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.header--fixed.slideDown.top {
  transition: transform 0.3s ease-in-out;
  position: fixed;
}
.header--fixed.slideUp.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.header--fixed.slideUp.top {
  transform: translateY(-100%);
  position: absolute;
}
.header {
  display: block;
  height: 58px;
}
/* menu hamburguesa responsivo media de 768px para abajo*/
#menu .iconify {
  display: none;
  color: #5a2aff;
  font-size: 3.2rem;
  cursor: pointer;
}

/* menu bar normal */

#nav-bar #ulist {
  display: inline-block;
  text-align: right;
}
#nav-bar #ulist a {
  align-self: center;
  color: #2e2e2e;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  padding: 0 16px;
  text-align: center;
  margin-top: 0;
}

#nav-bar #ulist a:hover {
  color: #5a2aff;
  font-size: 2.05rem;
  transition: all 0.5s ease;
}

#nav-bar #shopbag2 {
  color: #5a2aff;
  padding-right: 16px;

  font-size: 3.2rem;
}

#iconos #close {
  display: none;
}

#home-sec {
  display: flex;
  flex-direction: column;
  height: 85vh;
}

#home-sec #texto_principal h1 {
  font-size: 4.5rem;
  color: #5a2aff;
  margin: 0 16px;
  padding-bottom: 25px;
  font-weight: 600;
}

#home-sec #texto_principal h3 {
  font-weight: 500;
  font-size: 2.1rem;
  margin: 0 16px;
  color: #49453e;
}

#cont-photo {
  margin: auto;
  padding: 0 16px 0 16px;
}

#photo {
  width: 100%;
  max-width: 900px;
  height: auto;
}

#first-sec {
  position: relative;
  background: #5a2aff;
  background-image: url(../img/svg-secdos-02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.opacidad {
  background: rgba(90, 42, 255, 0.7);
}

#first-sec #videodiv {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 16px;
  position: relative;
  /*  margin-left: 16px;
  margin-right: 16px; */
}

#first-sec #videodiv #video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#first-sec #features {
  padding: 8px 20px 35px 20px;
  z-index: 4;
}

#first-sec #features .info {
  text-align: center;
  padding: 15px 0px;
  font-weight: 700;
}

.iconify {
  color: #ff6c79;
  font-size: 68px;
  cursor: pointer;
}

/* tienda */
#second-sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#second-sec h3 {
  text-align: center;
  /* margin: 20px 16px; */
  color: #484749;
  width: 100%;
}

#second-sec {
  margin: 8px;
}

#second-sec .card-shop {
  width: 156px;
  height: 220px;
  overflow: hidden;
  text-align: center;
  padding: 16px 8px 16px 8px;
}

#second-sec .card-shop img {
  width: 156px;
  height: 156px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
}

.card-hidden {
  display: none;
}

#second-sec .card-shop h3 {
  margin-top: 10px;
}

#second-sec .card-shop .precio {
  padding-top: 8px;
  font-weight: 500;
}

#first-sec #features .info-text {
  color: #e0e0a8;
  text-align: center;
}

#botontienda-div {
  width: 100%;
  margin: 40px 0 20px 0;
}
#boton-tienda,
#submit {
  display: block;
  height: 3.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}

#boton-tienda {
  background: #5a2aff;
  color: rgb(241, 250, 250);
  width: 300px;
  margin: 0 auto;
  padding-top: 14.8px;

  text-align: center;
}

#submit {
  background: #ff6c79;
  color: #2e2e2e;
  width: 194px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#submit a {
  text-decoration: none;
}

/* contacto*/

#third-sec {
  position: relative;
  background: #5a2aff;
  background-image: url(../img/svg-secdos-02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#third-sec #form {
  padding: 16px 0 16px 0;
}

#third-sec #fieldset {
  border: none;
}

#third-sec #legend {
  font-weight: 300;
  color: #f3f3b1;
  font-size: 1.8rem;
  /* width: 80vmin; */
  padding: 0 16px 0 0;
}

.cont-form {
  margin: 16px;
}

#fieldset .inputs {
  display: block;
  width: 100%;
  /* width: 91.1%;
  max-width: 713.14px; */
  height: 48px;
  border: none;
  margin: 15px 0;
  font-size: 1.8rem;
  text-indent: 13px;
}

/* footer */
#footer {
  background: #5a2aff;
}

#pie {
  padding: 16px;
}

#pie .seccion-pie {
  padding: 0 0 16px 0;

  color: #e9e9a6;
  font-weight: 300;
}

#pie .item-footer {
  padding: 0 0 6px 0;
  font-size: 1.6rem;
}

#redes-sociales .iconify {
  color: #ff6c79;
  font-size: 58px;
}

#pie #subir #up {
  display: flex;
  /* width: 100%;
  max-width: 10px;
  height: auto; */
  flex-direction: row-reverse;
  font-size: 40px;
}

/* media queries */

@media screen and (max-width: 768px) {
  #header {
    flex-direction: column;
  }

  #menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-grow: 2 1;
  }
  /* iconos de la derecha */
  #menu #iconos {
    padding: 5px 16px;
  }
  #menu .iconify {
    display: inline-block;
    color: #5a2aff;
    font-size: 3.2rem;
  }
  #menu #shopbag1 {
    padding: 0 16px 0 0;
  }
  /* menu despegable */
  #nav-bar #ulist {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: center;
  }

  #nav-bar #shopbag2 {
    display: none;
  }
}

@media screen and (min-width: 612px) {

  #home-sec #texto_principal h1 {
    font-size: 4.5rem;
    color: #5a2aff;
    margin: 0 16px;
    padding-bottom: 35px;
    font-weight: 600;
  }

  #home-sec #texto_principal h3 {
    font-weight: 500;
    font-size: 2.8rem;
    margin: 0 16px;
    color: #49453e;
  }

  #cont-photo {
    margin: auto;
    padding: 45px 16px 25px 16px;
  }

  #photo {
    width: 100%;
    max-width: 800px;
    height: auto;
  }

  #first-sec {
    margin-top: 24vw;
  }

  #second-sec .card-shop {
    width: 295.8px;
    height: 360px;
  }

  #second-sec .card-shop img {
    width: 295.8px;
    height: 295.8px;
  }
}

@media screen and (min-width: 768px) {
  #menu #header-img {
    padding: 10px 24px;
  }

  #nav-bar #ulist a {
    padding: 10px 24px;
  }

  #nav-bar #shopbag2 {
    padding: 10px 24px 0 0;
  }

  /* #first-sec {
  margin-top: 0.6vw;
} */
  /* kfkf */
  #home-sec #texto_principal h1 {
    font-size: 6rem;
    margin: 0 24px;
    padding-bottom: 50px;
  }

  #home-sec #texto_principal h3 {
    font-size: 3rem;
    margin: 0 24px;
  }

  /* #cont-photo {
    
    padding: 30px 24px 0 24px;
  
  } */
  #first-sec {
    background-image: url(../img/svg-secdos-01-768.svg);
    margin-top: 15vw;
  }

  #third-sec {
    background-image: url(../img/svg-secdos-01-768.svg);
  }

  #first-sec #videodiv {
    padding-top: 24px;

    margin-left: 24px;
    margin-right: 24px;
  }

  .cont-form {
    margin: 24px;
  }

  #first-sec #features {
    padding: 8px 20px 35px 20px;
    z-index: 4;
  }

  #first-sec #features .info {
    display: flex;
    flex-direction: row;
  }

  .iconify {
    color: #ff6c79;
    font-size: 150px;
    margin: auto 16px;
  }

  #first-sec #features .info img {
    margin: auto 16px;
  }

  #first-sec #features .info .info-text {
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    margin: auto 16px;
  }

  .cont-form #fieldset {
    display: flex;
    flex-direction: row;
  }

  #fieldset .cont-field {
    width: 50%;
    /* margin: 0 0 15px 15px; */
  }

  #fieldset .inputs {
    height: 48px;
    border: none;
    margin: 0 0 15px 0;
  }

  #submit {
    margin: auto;
  }

  #pie {
    display: flex;
    flex-direction: row;
  }

  #footer #pie #info {
    margin: 0 0 0 60px;
  }

  #footer #pie #s_cliente {
    margin: 0 0 0 90px;
  }

  #pie #subir #up {
    /* width: 100%;
    max-width: 10px;
    height: auto; */
    padding: 150px 0 0 5px;
    font-size: 45px;
  }
}
/* 1024 */
@media screen and (min-width: 1024px) {
  #menu #header-img {
    width: 160px;
  }

  #main-section {
    padding-top: 30px;
    background: #f6f6f1;
    font-weight: 300;
  }

  #home-sec {
    display: flex;
    flex-direction: row;
    height: 100vh;
    align-items: center;
  }
  #home-sec #texto_principal {
    width: 80%;
  }

  #home-sec #texto_principal h1 {
    font-size: 6.5rem;
    /* margin: 0 250px 0 24px; */
    margin: 0 0 0 24px;
    padding-bottom: 15px;
  }

  #home-sec #texto_principal h3 {
    font-size: 2.5rem;
    /* margin: 0 100px 0 24px; */
    margin: 0 0 0 24px;
  }

  #cont-photo {
    margin: 10px 24px;
    /* right: -120px; */
  }

  #first-sec {
    margin-top: -2vw;
  }
  #second-sec {
    margin: 12px;
  }

  #second-sec .card-shop {
    width: 226px;
    height: 300px;
    padding: 24px 12px 24px 12px;
  }

  #second-sec .card-shop img {
    width: 226px;
    height: 226px;
  }
  .card-hidden {
    display: block;
  }

  #footer #pie #info {
    margin: 0 0 0 160px;
  }

  #footer #pie #s_cliente {
    margin: 0 0 0 190px;
  }
  #pie #subir #up {
    padding: 135px 0 0 5px;
    font-size: 45px;
  }
}
/* 1274 */
@media screen and (min-width: 1274px) {
  #second-sec .card-shop {
    width: 288.5px;
    height: 360px;
  }

  #second-sec .card-shop img {
    width: 288.5px;
    height: 288.5px;
  }
  #footer #pie #info {
    margin: 0 0 0 250px;
  }

  #footer #pie #s_cliente {
    margin: 0 0 0 280px;
  }

  #pie #subir #up {
    /* width: 100%;
    max-width: 10px;
    height: auto; */
    padding: 180px 0 0 5px;
    font-size: 45px;
  }

  #pie #subir #up {
    padding: 130px 0 0 80px;
    font-size: 48px;
  }
}
/* 1600 */
@media screen and (min-width: 1587px) {
  #menu #header-img {
    width: 200px;
    height: auto;
    margin: 0 0 0 132px;
  }
  #nav-bar {
    margin: 0 132px 0 0;
    font-size: 2.2rem;
  }
  #nav-bar #ulist a {
    font-size: 2.2rem;
  }

  #home-sec #texto_principal {
    padding: 0 0 0 132px;
  }
  #home-sec #texto_principal h1 {
    font-size: 7.5rem;
  }

  #home-sec #texto_principal h3 {
    font-size: 3.1rem;
  }

  #cont-photo {
    width: 1500px;
    margin: 50px 132px 80px 0;
  }

  #first-sec {
    background-image: url(../img/svg-secdos-01-1600-b.svg);
  }

  #third-sec {
    background-image: url(../img/svg-secdos-01-1600-b.svg);
  }

  #first-sec #videocontenedor {
    padding: 0 132px;
  }

  #first-sec #videodiv {
    padding-top: 24px;
  }

  #first-sec #features {
    /* width: 100%;
    max-width: 1335.11px; */
    display: flex;
    flex-direction: row;
    padding: 50px 145px;
  }

  #first-sec #features .info {
    display: flex;
    flex-direction: column;
    width: 33.33333%;
  }

  /*  .iconify {
    color: #ff6c79;
    font-size: 150px;
    margin: auto 16px;
  } */

  #first-sec #features .info img {
    width: 110px;
    height: auto;
    /* margin: 30px auto; */
  }

  #first-sec #features .info .info-text {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    margin: 16px;
  }

  /*   #first-sec #features p {
    width: 445,03px;    
    
     font-size: 2.2rem;
    font-weight: 400;
    margin: 16px 8px 16px 8px; 
  } */

  .cont-form #fieldset {
    display: flex;
    flex-direction: row;
  }

  #fieldset .inputs {
    height: 48px;
    border: none;
    margin: 0 0 15px 0;
  }

  #submit {
    margin: auto;
  }
  #second-sec h3 {
    font-size: 3rem;
  }
  #second-sec .card-shop {
    width: 366.75px;
    height: 460px;
  }

  #second-sec .card-shop img {
    width: 366.75px;
    height: 366.75px;
  }

  #boton-tienda {
    font-size: 2rem;
    font-weight: 400;
  }

  #third-sec #form,
  #pie {
    margin: 0 131px;
  }
  #footer #pie #info {
    margin: 0 0 0 380px;
  }

  #footer #pie #s_cliente {
    margin: 0 0 0 410px;
  }

  #pie #subir #up {
    padding: 130px 0 0 100px;
    font-size: 48px;
  }
}
