/* @import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
body {
  margin: 0px;
  padding: 0px;
}
* {
  /* font-family: 'Fira Sans', sans-serif; */
  font-family: 'Open Sans', sans-serif;
}
input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #cecece;
  border-radius: 4px;
  letter-spacing: 0px;
  color: #616161;
  padding-left: 15px;
}
.menu {
  display: none !important;
  list-style: none;
  text-decoration: none;
}
.menu > li > a {
  color: #b79654;
  text-decoration: none;
  font: normal normal 600 16px/22px Open Sans !important;
  padding-right: 30px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.6s;
  padding: 12px 0px 10px 31px;
  background: #fff;
  z-index: 9999;
}
header .log {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.6s;
}
header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header ul li {
  position: relative;
  list-style: none;
  margin: 15px 0px 0px 0px;
}
header ul li a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 500px;
  transition: 0.5s;
  letter-spacing: 2px;
}
.banner {
  position: relative;
  width: 100%;
}
.contactus {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.contactinfotittle h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #b79654;
}
.contactusbody {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.containerinputactions {
  display: flex;
  flex-wrap: wrap;
}
.containerinputactions button {
  background: #b79654;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 9px;
  font-weight: bold;
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
}
.sectionaboutus {
  background: #F9F6ED;
  
}
.aboutusinfo {
  display: flex;
  flex-wrap: wrap;
}
.containerp {
  width: 100%;
}
.logoSushi {
  width: 122px;
  height: 30px;
}
.slider__body {
  opacity: 0;
  transition: all 0.5s ease-out;
  grid-column: 2/3;
  grid-row: 1/2;
  pointer-events: none;
}
.slider__body--show {
  opacity: 1;
  transition: all 0.5s ease-out;
  pointer-events: unset;
}
.slider__container {
  display: grid;
  grid-template-columns: 1px 1fr 1px;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}
@media only screen and (min-width: 300px) {
  
  .errorCorreo {
    font: normal normal normal 12px/10px Open Sans;
    margin-bottom: 5px;
    margin-left: 14px;
    color: #ff7777;
    opacity: .9;
    margin-top: -4px;
  }
  .showMovil {
    display: inherit;
  }
  header {
    padding: 12px 0px 10px 10px;
    box-shadow: 0px 3px 6px #00000029;
  }
  .banner {
    height: 300px;
    background-image: url('./images/bannermovil.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 60px;
  }
  .containerimgcontactus {
    display: none;
  }
  .contactusbody {
    flex-direction: column;
  }
  .containerinputactions {
    flex-direction: column;
  }
  .containerinputname input {
    width: 98%;
    height: 45px;
    margin-bottom: 10px;
    font: normal normal normal 16px/22px Open Sans;
    margin-left: -5px;
  }
  .containerinputactions input {
    width: 98%;
    height: 45px;
    margin-bottom: 10px;
    font: normal normal normal 16px/22px Open Sans;
    margin-left: -5px;
  }
  .contactusbody {
    width: 90%;
    margin: auto;
  }
  .contactus {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .contactinfotittle h2 {
    margin-left: 20px;
    font: normal normal bold 20px/27px Open Sans;
  }
  .abouttext {
    padding: 30px 16px 0px 16px;
  }
  .abouttext h2 {
    color: #b79654;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 23px;
  }
  .aboutimg {
    width: 100%;
    padding: 0 9px;
    display: flex;
    justify-content: center;
  }
  .aboutimg img {
    width: 100%;
  }
  .abouttext p {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #616161;
  }
  .abouttext p span {
    font-weight: bold;
  }
  .marginAbout {
    margin-bottom: 25px;
  }
  #contentmain {
    display: grid;
    width: 336px;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 10px 10px;
  }
  .card {
    width: 135px;
    height: 182px;
    background: #ffffff ;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 4px 4px;
    /* max-height: 205px; */
    padding: 15px 11px 7px 11px;
  }
  .cardnone {
    width: 135px;
    height: 182px;
    border-radius: 0px 0px 4px 4px;
    /* max-height: 205px; */
    padding: 15px 11px 7px 11px;
  }
  .containerimg {
    width: 126px;
    height: 99px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
  }
  .containerimg img {
    width: 77%;
    height: 100%;
  }
  .containerimgp {
    text-align: left;
    margin: 0;
    font: normal normal 600 9px/13px Open Sans;
    color: #b79654;
    margin-top: 12px;
  }
  .containerbodyprice {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .containerbodyprice p {
    text-align: left;
    font: normal normal normal 8px/11px Open Sans;
    color: #6f7070;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .containerbodyprice span {
    text-align: left;
    font: normal normal bold 8px/11px Open Sans;
    color: #6f7070;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .cardline {
    width: 90%;
    height: 0px;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid #707070;
    opacity: 1;
    background-color: #707070;
  }
  .card-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 86px;
    height: 23px;
    background: #b79654;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 15px;
    border-radius: 2px;
  }
  .card-btn a {
    text-align: center;
    font: normal normal bold 7px/9px Open Sans;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
  }
  .tittleproducts {
    text-align: left;
    font: normal normal bold 28px/38px Open Sans;
    color: #b79654;
    margin-left: 10px;
  }
  .paginator {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
    align-items: center;
    margin-top: 39px;
    margin-bottom: 35px;
  }
  .previus > p:nth-child(2) {
    display: none;
  }
  .next > p:nth-child(1) {
    display: none;
  }
  .arrowpaginator {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: #b79654;
    opacity: 1;
    position: relative;
    border-radius: 50%;
  }
  .arrowpaginator > p {
    position: absolute;
    margin: 0;
    color: #fff;
    top: 3px;
    left: 10px;
    font: normal normal 500 17px/22px Open Sans;
  }
  #footerp {
    background: #f5f5f5;
  }
  .conatinerfooter {
    display: flex;
    flex-direction: column-reverse;
  }
  .containerleftfooter {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .atlas > p {
    text-align: left;
    font: normal normal bold 13px/18px Open Sans;
    letter-spacing: 0px;
    color: #b79654;
  }
  .menufooter {
    list-style: none;
  }
  .menufooter > li {
    margin-bottom: 20px;
  }
  .menufooter > li > a {
    text-align: left;
    font: normal normal 600 10px/34px Open Sans;
    letter-spacing: 0px;
    color: #707070;
  }
  .contact > p {
    text-align: left;
    font: normal normal bold 13px/18px Open Sans;
    letter-spacing: 0px;
    color: #b79654;
  }
  .bodyadress span {
    text-align: left;
    font: normal normal 600 10px/14px Open Sans;
    letter-spacing: 0px;
    color: #707070;
  }
  .bodyadress p {
    text-align: left;
    font: normal normal normal 10px/14px Open Sans;
    letter-spacing: 0px;
    color: #707070;
  }
  .subcribefooter h2 {
    text-align: left;
    font: normal normal bold 22px/30px Open Sans;
    letter-spacing: 0px;
    color: #b79654;
    margin-left: 10px;
    margin-bottom: 3px;
    width: 85%;
    margin-top: 13px;
  }
  .subcribefooter p {
    text-align: left;
    font: normal normal 600 16px/22px Open Sans;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 11px;
  }
  .mailfotter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-direction: column;
  }
  .containerinputactionsfooter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .containerinputactionsfooter input {
    width: 65%;
    height: 38px;
    font: normal normal normal 13px/18px Open Sans;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    color: #707070;
    opacity: 0.58;
    border: none;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .containerinputactionsfooter button {
    width: 86px;
    height: 40px;
    border: none;
    background: #B79654;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    margin-left: 10px;
    text-align: center;
    font: normal normal normal 13px/18px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
  }
  .contactfotter {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-out;
  }
  .contactfotter2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.3s ease-out;
  }
  .contactfotter2 .subcribefooter h2 {
    margin-top: 34px;
  }
  .contactfotter2 .subcribefooter p {
    margin-bottom: 41px;
  }
  .sectionproducts {
    padding-bottom: 20px;
  }
  .linea {
    background: #6F7070;
    width: 94%;
    border-radius: 3px;
    margin: auto;
    height: 3px;
    opacity: 0.28;
  }
  .copyfotter {
    width: 93%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10px;
    align-items: center;
  }
  .container-socialmedia {
    list-style: none;
    display: inline-block;
  }
  .container-socialmedia li {
    display: inline-block;
  }
  .menu {
    display: none;
  }
  .nameauplex p {
    font: normal normal 600 12px/17px Open Sans;
    letter-spacing: 0px;
    color: #B2975E;
    margin-top: 12px;
    margin-bottom: 19px;
  }
  .menu-mobil {
    width: 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 41px;
    top: -8px;
  }
  .iconomenumovil {
    width: 28px;
    height: 20px;
    cursor: pointer;
  }
  .iconomenumovilActive {
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  .displaynone {
    display: none;
  }
  .menu-mobil span {
    display: flex;
    width: 20%;
    height: 0.5px;
    background: #b79654 0% 0% no-repeat padding-box;
    margin-top: 6px;
    flex-direction: column;
    margin: 0.5px;
  }
  .headerp {
    position: relative;
    width: 100%;
  }
  .activeline1__bars-menu {
    transform: rotate(45deg) translate(1px, 1.5px);
  }

  .activeline2__bars-menu {
    opacity: 0;
    margin-left: -30px;
  }

  .activeline3__bars-menu {
    transform: rotate(-45deg) translate(0.5px, -1px);
  }
  .menump {
    display: none;
  }
  .menum {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: -70px;
  }
  .menum > li > a {
    font: normal normal 600 16px/22px Open Sans;
    color: #8C5015;
    margin: 0 0px;
  }
  .menumpActive {
    display: block;
    width: 100%;
    /* max-height: 100vh; */
    background: #fff;
    height: calc(100vh + 10px);
  }
  .menum {
    display: block;
    margin-left: -38px;
  }
  .menum > li:nth-child(1) {
    border-bottom: 1px solid #8c5015;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    border-width: 2px;
    width: 90%;
    margin-top: 45px;
  }
  .menum > li:nth-child(2) {
    border-bottom: 1px solid #8c5015;
    border-bottom-width: 1px;
    padding-bottom: 15px;
    border-width: 2px;
    width: 90%;
  }
  .menufondo {
    width: 215px;
    height: 206px;
    position: absolute;
    left: 80px;
    top: 260px;
  }
  .instamenufoter {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 181px;
    bottom: 166px;
    cursor: pointer;
  }
  .pmenuFoter {
    font: normal normal normal 14px/19px Open Sans;
    color: #8C5015;
    position: absolute;
    left: 139px;
    bottom: 126px;
  }
  .footersocilamedia {
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
  .divInstamovil {
    display: inherit;
  }
  .divInstaweb {
    display: none;
  }
  .thankyouImg {
    width: 90px;  
    height: 78px;
    align-items: center;
  }
  .pages {
    margin: 0 8px;
  }
  .pages p {
    color: #B79654;
    font: normal normal bold 14px/19px Open Sans;
  }
  .iconomenutablet {
    display: none;
  }
  .menutablet {
    display: none;
  }
  .cardNoMovil {
    display: none;
  }
  .previus .arrowpaginator p {
    left: 8px;
  }
  .next .arrowpaginator p {
    left: 10px;
  }
  .purevanilla {
    width: 71% !important;
    height: 92% !important;
  }
  .charales {
    width: 60% !important;
    height: 81% !important;
    margin-top: 10px;
  }
  .habanero {
    width: 57% !important;
    height: 94% !important;
  }
  .amazon {
    width: 40px;
    height: 12px;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
    z-index: 1;
  }
  .amazon2 {
    width: 40px;
    height: 12px;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
    z-index: 1;
  }
  .amazon3 {
    width: 40px;
    height: 12px;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
    z-index: 1;
  }
  
  
  
  


}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .menutablet {
    display: none;
  }
  .menutabletActive {
    display: flex;
    width: 199px;
    height: 219px;
    background: #F5F5F5 ;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    right: 56px;
    top: 40px;
  }
  .menutabletActive ul{
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    margin-top: 32px;
  }
  .menutabletActive ul li{
    margin: 0;
    padding: 0;
  }
  .menutabletActive a{
    font: normal normal 600 19px/26px Open Sans;
    color: #8F5112;
    text-align: left;
    margin: 0 12px;
    cursor: pointer;
  }
  .lineamenutablet {
    width: 175px;
    height: 0px;
    border: 2px solid #8F5112;
    opacity: 0.39;
    margin-left: 12px;
    margin-top: 16px;
    margin-bottom: 19px;
  }
  .headerp {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .showMovil {
    display: none;
  }
  .iconomenutablet {
    display: inherit;
    width: 28px;
    height: 20px;
    margin-right: 58px;
    margin-top: 12px;
    cursor: pointer;
  }
  .banner {
    height: 493px;
    background-image: url('./images/bannertablet.png');
    /* background-size: 101vw 58vh; */
    margin-top: 33px;
  }
  .menump {
    display: none;
  }
  #menump {
    display: none;
  }
  .menu-mobil {
    right: 17%;
  }
  .contactusbody {
    flex-direction: row;
    align-items: center;
  }
  .containerinputactions {
    flex-direction: row;
  }
  .contactusbody {
    width: 100%;
    margin: auto;
  }
  .containerinputname input {
    width: 244px;
    height: 45px;
    margin-bottom: 10px;
    font: normal normal normal 16px/22px Open Sans;
    margin-left: 25px;
  }
  .containerinputactions input {
    width: 444px;
    height: 45px;
    margin-bottom: 10px;
    font: normal normal normal 16px/22px Open Sans;
    margin-left: 15px;
  }
  .containerinputactions button {
    width: 100px;
    height: 38px;
    font: normal normal 600 16px/22px Open Sans;
    margin-top: 6px;
    margin-left: -106px;
  }
  .contactinfotittle h2 {
    margin-left: 20px;
    font: normal normal bold 24px/33px Open Sans;
  }
  .abouttext {
    padding: 30px 0px 35px 35px;
    width: 100%;
  }
  .aboutimg {
    padding: 0 24px 0 0;
    display: flex;
    justify-content: center;
  }
  .aboutimg img {
    width: 342px;
    height: 276px;
    margin-left: 19px;
    margin-top: 33px;
  }
  .aboutusinfo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .abouttext p {
    font: normal normal 600 16px/30px Open Sans;
  }
  .card {
    display: flex;
    width: 197px;
    height: 242px;
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 4px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 41px 11px 7px 11px;
  }
  .cardnone {
    display: flex;
    width: 197px;
    height: 242px;
    border-radius: 0px 0px 4px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 41px 11px 7px 11px;

  }
  .containerimg {
    width: 181px;
    height: 143px;
  }
  .containerimgp {
    color: #b79654;
    text-align: left;
    font: normal normal 600 11px/15px Open Sans;
    letter-spacing: 0px;
    margin-left: 10px;
    margin-top: 17px;
  }
  .containerbodyprice {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .containerbodyprice p {
    margin: 0;
    font: normal normal normal 11px/17px Open Sans;
    color: #6f7070;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .containerbodyprice span {
    font: normal normal bold 12px/17px Open Sans;
    font-weight: bold;
    color: #6f7070;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cardline {
    width: 90%;
    height: 0px;
    margin: 0px;
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: #707070;
  }
  .card-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    width: 120px;
    height: 32px;
    background: #b79654;
    padding-bottom: 10px;
    margin-bottom: 40px;
    cursor: pointer;
    border-radius: 5px;
  }
  .card-btn a {
    margin-top: 5px;
    text-align: center;
    font: normal normal bold 11px/15px Open Sans;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .tittleproducts {
    text-align: left;
    font: normal normal bold 28px/38px Open Sans;
    letter-spacing: 0px;
    color: #b79654;
    opacity: 1;
    margin-left: 5%;
  }
  .next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 110px;
    height: 40px;
    background: #b79654 0% 0% no-repeat padding-box;
    opacity: 1;
  }
  .next > p {
    color: #fff;
    text-align: center;
    font: normal normal bold 16px/22px Open Sans;
    margin-right: 10px;
    margin-top: 9px;
    margin-left: 12px;
  }
  .previus > p {
    color: #fff;
    text-align: center;
    font: normal normal bold 16px/22px Open Sans;
    margin-left: 5px;
    margin-top: 9px;
  }
  .previus {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 110px;
    height: 40px;
    background: #b79654;
    opacity: 1;
  }
  .arrowpaginator {
    background-color: #fff;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    position: relative;
    border-radius: 50%;
  }
  .arrowpaginator {
    background-color: #fff;
    width: 25px;
    height: 25px;
    margin-top: 10px;
    position: relative;
    border-radius: 50%;
  }
  .arrowpaginator p {
    position: absolute;
    top: 4px;
    left: 8px;
    margin: 0px;
    color: #b79654;
    opacity: 1;
  }
  .previus > p:nth-child(2) {
    display: block;
  }
  .next > p:nth-child(1) {
    display: block;
  }
  .conatinerfooter {
    flex-direction: row;
  }
  .contactfotter {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 25px;
    width: 100%;
  }
  .copyfotter {
    padding: 0 25px;
  }
  .subcribefooter {
    width: 70%;
  }
  .mailfotter {
    width: 69%;
  }
  .subcribefooter h2 {
    font: normal normal bold 22px/30px Open Sans;
    margin-top: 28px;
    width: 92%;
  }
  .containerleftfooter {
    width: 82%;
  }
  .subcribefooter p {
    margin-bottom: 36px;
  }
  .menufooter > li > a {
    font: normal normal 600 12px/34px Open Sans;
    letter-spacing: 0px;
    color: #6f7070;
    opacity: 1;
  }
  .bodyadress span {
    font: normal normal 600 11px/14px Open Sans;
  }
  .bodyadress p {
    font: normal normal normal 10px/14px Open Sans;
    letter-spacing: 0px;
  }
  .atlas > p {
    font: normal normal bold 18px/24px Open Sans;
  }
  .contact > p {
    font: normal normal bold 18px/24px Open Sans;
  }
  .menufooter > li > a {
    font: normal normal 600 16px/45px Open Sans;
  }
  .bodyadress span {
    font: normal normal 600 16px/19px Open Sans;
  }
  .bodyadress p {
    font: normal normal normal 14px/19px Open Sans;
  }
  .next {
    cursor: pointer;
  }
  .previus {
    cursor: pointer;
  }
  .nameauplex p {
    margin-top: 27px;
    margin-bottom: 26px;
  }
  .divInstamovil {
    display: none;
  }
  .divInstaweb {
    display: flex;
    align-items: center;
  }
  .divInstaweb p {
    font: normal normal 600 14px/19px Open Sans;
    color: #B79654;
  }
  .divInstaweb a {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 19px;
  }
  .footersocilamedia {
    width: 26px;
    height: 26px;
  }
  .contactfotter2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 75%;
  }
  .contactfotter2 .subcribefooter {
    width: 58%;
  }
  .contactfotter2 .subcribefooter h2 {
    font: normal normal bold 18px/24px Open Sans;
    margin-top: 52px;
  }
  .contactfotter2 .subcribefooter p {
    font: normal normal 600 14px/19px Open Sans;
    margin-bottom: 52px;
  }
  #contentmain {
    width: 689px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 18px;
  }
  .paginator {
    margin-top: 49px;
    margin-bottom: 46px;
    justify-content: center;
  }
  .pages {
    margin: 0 22px;
  }
  .next {
    width: 120px;
    height: 40px;
    border-radius: 5px;
  }
  .previus {
    width: 120px;
    height: 40px;
    border-radius: 5px;
  }
  .arrowpaginator {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 8px;
  }
  .arrowpaginator p {
    left: 9px;
    margin: 0;
    font: normal normal 600 22px Open Sans;
    top: 0px;
  }
  .logoSushi {
    width: 169px;
    height: 42px;
  }
  .cardNoMovil {
    display: none;
  }
  .previus .arrowpaginator p {
    left: 8px;
  }
  .next .arrowpaginator p {
    left: 10px;
  }
  .amazon {
    width: 56px;
    height: 17px;
    margin-left: 7px;
    margin-top: 6px;
  }
  .amazon2 {
    width: 56px;
    height: 17px;
    margin-left: 7px;
    margin-top: 6px;
  }
  .amazon3 {
    width: 56px;
    height: 17px;
    margin-left: 7px;
    margin-top: 6px;
  }
  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .iconomenutablet {
    display: none;
  }
  .menup {
    display: none;
  }
  header ul li {
    position: relative;
    list-style: none;
    margin: 0px 0px 0px 0px;
  }
  .banner {
    height: 717px;
    background-image: url('./images/bannerweb.png');
    /* background-size: cover; */
  }
  .headerp {
    display: flex;
    justify-content: space-between;
  }
  .contactusbody {
    flex-direction: row;
    margin-top: -55px;
  }
  .containerimgcontactus {
    display: block;
  }
  .aboutusinfo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
  }
  .abouttext h2 {
    font: normal normal bold 28px/38px Open Sans;
  }
  .aboutusinfo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contactusbody {
    width: 80%;
    margin: auto;
  }
  .previus {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 180px;
    height: 40px;
    background: #b79654;
    opacity: 1;
  }
  .next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 180px;
    height: 40px;
    background: #b79654 ;
    opacity: 1;
  }
  .containerleftfooter {
    width: 50%;
  }
  .menup {
    display: block;
  }
  .menu {
    display: flex !important;
  }
  .menu-mobil {
    display: none;
  }
  .previus > p {
    margin-top: 9px;
  }
  .next > p {
    margin-top: 10px;
  }
  .card-btn {
    margin-bottom: 10px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .errorCorreo {
    margin-left: 31px;
  }
  #contentmain {
    display: grid;
    width: 1150px;
    margin: 0px auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px 1px;
    height: 753px;
  }
  .subcribefooter h2 {
    font: normal normal bold 30px/41px Open Sans;
  }
  .subcribefooter p {
    font: normal normal 600 22px/30px Open Sans;
  }
  .containerinputactionsfooter {
    justify-content: center;
  }
  .contactfotter {
    padding: 0 62px;
    justify-content: center;
  }
  .subcribefooter {
    width: 26%;
  }
  .mailfotter {
    width: 41%;
  }
  .containerinputactionsfooter input {
    width: 62%;
    height: 50px;
    font: normal normal normal 18px/24px Open Sans;
  }
  .containerinputactionsfooter button {
    width: 134px;
    height: 52px;
    border: none;
    font: normal normal 600 18px/24px Open Sans;
  }
  .linea {
    width: 63%;
  }
  .nameauplex p {
    font: normal normal 600 16px/22px Open Sans;
  }
  .copyfotter {
    padding: 0 18%;
  }
  .copyfotter {
    width: 60%;
  }
  .divInstamovil {
    display: none;
  }
  .divInstaweb {
    display: flex;
    align-items: center;
  }
  .divInstaweb p {
    font: normal normal 600 18px/24px Open Sans;
    color: #B79654;
  }
  .divInstaweb a {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
  }
  .footersocilamedia {
    width: 34px;
    height: 34px;
  }
  .contactfotter2 {
    display: flex;
    flex-direction: row;
    width: 65%;
    justify-content: flex-end;
  }
  .contactfotter2 .subcribefooter {
    width: 41%;
  }
  .thankyouImg {
    align-items: center;
    width: 132px;
    height: 126px;
  }
  .contactfotter2 .subcribefooter h2 {
    margin-top: 69px;
    font: normal normal bold 24px/33px Open Sans;
  }
  .contactfotter2 .subcribefooter p {
    margin-bottom: 54px;
    font: normal normal 600 22px/30px Open Sans;
  }
  .card {
    display: flex;
    width: 251px;
    height: 340px;
    margin: 0px;
    padding: 10px 11px 7px 11px;
  }
  .cardnone {
    display: flex;
    width: 251px;
    height: 340px;
    margin: 0px;
    padding: 10px 11px 7px 11px;
  }
  .containerbodyprice p {
    margin: 0;
    margin-top: 23px;
    margin-bottom: 11px;
  }
  .containerbodyprice span {
    margin: 0;
    margin-top: 23px;
    margin-bottom: 11px;
  }
  .containerimg {
    width: 219px;
    height: 172px;
    margin-bottom: 11px;
  }
  .card-btn {
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .paginator {
    margin-top: 70px;
    margin-bottom: 49px;
    justify-content: center;
  }
  .tittleproducts {
    margin-left: 11%;
  }
  .next {
    width: 120px;
    height: 40px;
    border-radius: 5px;
  }
  .previus {
    width: 120px;
    height: 40px;
    border-radius: 5px;
  }
  .pages {
    margin: 0 22px;
  }
  .arrowpaginator {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 8px;
  }
  .arrowpaginator p {
    left: 9px;
    margin: 0;
    font: normal normal 600 22px Open Sans;
    top: 0px;
  }
  .aboutimg img {
    margin-left: 19px;
    margin-top: 33px;
    width: 445px;
    height: 297px;
  }
  .abouttext p {
    font: normal normal 600 20px/30px Open Sans;
  }
  .abouttext {
    padding: 40px 0px 45px 35px;
    width: 80%;
  }
  .aboutimg {
    padding: 0 24px 0 0;
    display: flex;
    justify-content: center;
    width: 63%;
    margin-left: -19px;
  }
  .aboutusinfo {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
  }
  .cardNoWeb {
    display: none;
  }
  .amazon {
    width: 70px;
    height: 21px;
    margin-left: 7px;
    margin-top: 6px;
  }
  .amazon2 {
    width: 70px;
    height: 21px;
    margin-left: 7px;
    margin-top: 6px;
  }
  .amazon3 {
    width: 70px;
    height: 21px;
    margin-left: 7px;
    margin-top: 6px;
  }
  .card-btn a {
    text-align: center;
    font: normal normal bold 16px/22px Open Sans;
  }
  .card-btn {
    width: 150px;
    height: 40px;
    padding-bottom: 2px;
  }
  .containerimgp {
    font: normal normal 600 16px/22px Open Sans;
  }
  


}


@media only screen and (min-width: 1500px) {
  #contentmain {
    display: grid;
    /* width: 61%; */
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px 1px
  }
  .aboutusinfo {
    width: 67%;
  }
  .tittleproducts {
    margin-left: 20%;
  }

}


.div_hide {
  display: none;
}
.noUse {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.index100 {
  z-index: 1000;
}
.noscroll {
  overflow: hidden;
}
