@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:700");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
}

.contenedor__general {
  max-width: 1200%;
  overflow: hidden;
  clear: both;
}

.btn-outline-success {
  background-color: #af4d98 !important;
  color: white;
}

.btn-outline-success:hover {
  background-color: chartreuse !important;
}

.categ {
  grid-template-columns: repeat(4, 1fr);
  color: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: fit-content;
}

.foto1 {
  margin-left: 40px;
  margin-top: 20px;
}

.foto2 {
  margin-left: 40px;
  margin-top: 20px;
}

.foto3 {
  margin-left: 40px;
  margin-top: 20px;
}

.foto4 {
  margin-left: 40px;
  margin-top: 20px;
}

.foto5 {
  margin-left: 40px;
  margin-top: 20px;
}

.foto6 {
  margin-left: 40px;
  margin-top: 20px;
}

.h1 {
  color: white !important;
  text-align: center;
  font-weight: bolder;
  font-size: 90px !important;
  font-style: normal;
  font-family: "Otomanopee One", sans-serif;
  word-spacing: unset;
  text-shadow: #eb2fd2 2px 2px;
}

.Tamaño {
  margin: 0 1em;
  overflow: hidden;
  transition: transform .5s ease;
  height: 100px;
  width: 100px;
  float: left;
  border-radius: 150px;
  margin-left: 20px;
  margin-top: 20px;
}

.Tamaño:hover {
  transform: scale(1.4);
}

.Bordes {
  border: 3px solid;
}

tr {
  background-color: #af4d98;
}

.tiendaLogin {
  float: right;
  clear: both;
  width: 100%;
  text-align: right;
  display: block;
  color: white;
  padding: 16px 20px;
}

.navIndex__ul {
  list-style: none;
  font-size: 0;
}

.navIndex__ul .navIndex__ul {
  position: absolute;
  display: none;
}

.navIndex__ul .navIndex__ul .navIndex__li {
  display: block;
  background-color: #af4d98;
  color: white;
  padding: 50px 110px;
  width: 160px;
}

.navIndex__ul .navIndex__li:hover .navIndex__ul {
  display: block;
}

.navIndex__li {
  display: inline-block;
  width: 20%;
  position: relative;
  font-size: 14px;
}

.navIndex__li .navIndex__li--over {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 20px;
  text-decoration: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.navIndex__li .navIndex__li--over:hover {
  background-color: #d66ba0;
  color: black;
  font-weight: bolder;
}

.navIndex__indexLi {
  color: black;
}

body {
  background-color: #332F2E;
}

header {
  background-color: #373636 !important;
}

#novedades__fotos {
  display: flex;
  justify-content: space-evenly;
}

#novedades__fotos > h3 {
  align-content: center;
}

.novedades__fotos--over #novedades__fotos > h3:hover {
  transform: scale(1.5);
  transition: transform .5s ease;
  background-color: chartreuse;
}

.contenedorImg {
  flex-direction: row;
  justify-content: left;
  flex-wrap: nowrap;
  background-color: brown;
}

p {
  font-size: 30px;
}

h3 {
  text-align: center;
  border-top: solid black;
  margin-bottom: 30px;
  padding-top: 30px;
  font-size: larger;
}

#iframe {
  text-align: center;
  justify-content: center;
}

.divContacto {
  border-radius: 5px;
  background-color: red;
  padding: 20px;
  width: 600px;
}

.containerCompra {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #d66ba0;
}

#textareaContacto {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

#pContacto {
  font-size: large;
}

#009E4F {
  display: flex;
}

#d66ba0 {
  display: flex;
}

#e5a9a9 {
  display: flex;
}

#f4e4ba #tablaEnvios {
  display: flex;
}

.tablaEnv {
  margin-left: 30px;
  margin: auto;
  margin-top: 30px;
}

.embed-container {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 60%;
  height: 80%;
}

.product-card {
  background-color: blueviolet;
  width: 350px;
  position: relative;
  height: 280px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.product-card img {
  height: 190px;
  width: 100%;
}

.product-name {
  padding: 0 10px;
}

.product-name h1 {
  margin: 5px 0;
  font-size: 20px;
}

.product-name p {
  color: #009E4F;
  font-size: medium;
}

.product-name .price {
  color: tomato;
  margin: 5px 0;
  font-weight: 200;
}

.product-name .price span {
  color: #f8f8f8;
  text-decoration: line-through;
  margin: 0 10px;
}

.sale-logo {
  background-color: wheat;
  color: #009E4F;
  height: 20px;
  width: 60px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  border-radius: 2px;
  right: 10px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  body {
    margin: 0px;
    padding: 0px;
  }
  .tiendaLogin div {
    display: inline;
    clear: both;
    width: 100%;
  }
  .tiendaLogin div a {
    color: greenyellow;
    margin-left: 10px;
  }
  .Tamaño {
    margin-left: 0px !important;
    width: 90px !important;
    height: 90px !important;
  }
  .selector-for-some-widget {
    box-sizing: content-box;
  }
  .navIndex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  li {
    display: block;
    font-size: 8px !important;
  }
  .navIndex__indexLi {
    color: black;
  }
  header img {
    position: fixed;
    z-index: 150;
    top: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .mainProductos {
    color: red;
  }
  .categ {
    grid-template-columns: repeat(2, 1fr);
    color: red;
    grid-area: categ;
    color: white;
    text-align: end;
  }
  #novedadesProductos {
    text-align: center;
    color: rebeccapurple;
    text-align: center;
  }
  #mainProductos {
    display: flex;
    min-height: 500px;
  }
  #mainProductos > aside {
    background-color: #d66ba0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
  }
  #listaProducto {
    display: flex;
    flex-direction: column;
    flex: -1;
  }
  #articleProductos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
  .container {
    width: 100vw;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px 20px;
    justify-items: center;
    grid-auto-flow: row;
    grid-template-areas: "categ foto1 foto2 foto3" "categ foto4 foto5 foto6";
  }
  .foto1 {
    grid-area: foto1;
    border: solid purple;
  }
  .foto2 {
    grid-area: foto2;
    border: solid purple;
  }
  .foto3 {
    grid-area: foto3;
    border: solid purple;
  }
  .foto4 {
    grid-area: foto4;
    border: solid purple;
  }
  .foto5 {
    grid-area: foto5;
    border: solid purple;
  }
  .foto6 {
    grid-area: foto6;
    border: solid purple;
  }
  .containerCompra {
    display: flex;
    justify-content: space-between;
  }
  .ulCompra {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
  }
  .liCompra {
    display: list-item;
    text-align: -webkit-match-parent;
  }
  .pCompra {
    margin: 30px 30px 30px 30px;
    padding-top: 30px;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .container2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 10%) 80%;
    grid-auto-columns: 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas: "text1" "text2" "fondocolor";
  }
  .text1 {
    grid-area: text1;
    text-align: center;
  }
  .text2 {
    grid-area: text2;
    text-align: center;
    margin-top: 120px;
  }
  .fondocolor {
    grid-area: fondocolor;
    background-color: khaki;
    width: fit-content;
  }
  .btn__todos {
    width: 100%;
    background-color: #af4d98;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .btn__todos:hover {
    animation: slidebg 2s linear infinite !important;
    background-image: linear-gradient(to right, #E7484F, #E7484F 16.65%, #F68B1D 16.65%, #F68B1D 33.3%, #FCED00 33.3%, #FCED00 49.95%, #009E4F 49.95%, #009E4F 66.6%, #00AAC3 66.6%, #00AAC3 83.25%, #732982 83.25%, #732982 100%, #E7484F 100%);
    color: black;
  }
  @keyframes {
    slidebg {
      to {
        background-position: 20vw;
      }
    }
  }
}

@media only screen and (max-width: 480px) {
  body {
    margin: 0px;
    padding: 0px;
  }
  .tiendaLogin div {
    display: inline;
    clear: both;
    width: 100%;
  }
  .tiendaLogin div a {
    color: greenyellow;
    margin-left: 10px;
  }
  .tiendaLogin #img__compra {
    align-content: center;
    margin-right: 320px !important;
  }
  .selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .navIndex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  li {
    display: block;
    font-size: 8px !important;
  }
  .navIndex__indexLi {
    color: red;
  }
  header img {
    position: fixed;
    z-index: 150;
    left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  footer {
    margin: 0px;
    padding: 0px;
  }
  body {
    margin: 0px;
    padding: 0px;
  }
  .footer-social-icon span {
    display: block;
  }
  .footer-social-icon .icono__footer {
    height: 25px;
    width: 25px;
  }
  .footer-widget a {
    font-size: 15px;
  }
}

ul {
  margin: 0px;
  padding: 0px;
}

.icono__footer {
  height: 50px;
  width: 50px;
  margin: 5px 5px 5px 5px;
}

.icono__footer:hover {
  transform: scale(1.6);
  transition: transform .5s ease;
}

.footer-section {
  background: #151414;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ff5e14;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  right: 0;
  background: #ff5e14;
  padding: 16px 20px;
  border: 1px solid #ff5e14;
  top: 0;
  border-radius: 15px;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ff5e14;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

@media only screen and (max-width: 480px) {
  .navbar a {
    font-size: 13px;
  }
  .d-flex {
    padding-top: 80px;
  }
}

.navbar {
  justify-content: center !important;
  align-content: space-between !important;
}

.navbar-light {
  background: white;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: white;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #FA51E2;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}

.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: white;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #FA51E2;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

.efect__product {
  color: #d118a3 !important;
}

.col-xl-12 {
  padding: 0% !important;
  margin: 0% !important;
}

.anchura {
  margin: 0% !important;
}

#ofertas_semanales {
  text-align: center;
  color: white;
  margin-top: 90px;
}

.no_padding {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

#h2_centrado {
  text-align: center;
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.body_ofertas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
}

.container_ofertas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
}

.container_ofertas .card_ofertas {
  position: relative;
  min-width: 320px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

.container_ofertas .card:nth-child(1) .box_ofertas .content_ofertas a {
  background: #2196f3;
}

.container_ofertas .card:nth-child(2) .box_ofertas .content_ofertas a {
  background: #e91e63;
}

.container_ofertas .card_ofertas .box_ofertas {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.container_ofertas .card_ofertas .box_ofertas:hover {
  transform: translateY(-50px);
}

.container_ofertas .card_ofertas .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.container_ofertas .card_ofertas .box_ofertas .content_ofertas {
  padding: 20px;
  text-align: center;
}

.container_ofertas .card_ofertas .box_ofertas .content_ofertas h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(71, 64, 64, 0.1);
}

.container_ofertas .card_ofertas .box_ofertas .content_ofertas h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.container_ofertas .card_ofertas .box_ofertas .content_ofertas p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  transition: 0.5s;
  padding-bottom: 30PX;
}

.container_ofertas .card_ofertas .box_ofertas .content_ofertas a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.container_ofertas .card_ofertas .box_ofertas .content_ofertas a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

#h2_servicios {
  text-align: center;
  color: white;
}

.body_servicios {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: var(--background-gradient);
  background-attachment: fixed;
}

.container_servicios {
  position: relative;
  width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.container_servicios .card_servicios {
  position: relative;
  width: 300px;
  height: 420px;
  background: #fff;
  margin: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.container_servicios:hover .card_servicios {
  filter: blur(3px);
  transform: scale(0.9);
  opacity: 0.5;
}

.container_servicios .card_servicios:hover {
  filter: blur(0px);
  transform: scale(1.1);
  opacity: 1;
}

.container_servicios .card_servicios .circle {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  clip-path: circle(180px at center 0);
  text-align: center;
}

.container_servicios .card_servicios .circle h2 {
  color: #fff;
  font-size: 4.5em;
  padding: 30px 0;
}

.container_servicios .card_servicios .content_servicios {
  position: absolute;
  bottom: 10px;
  padding: 20px;
  text-align: center;
}

.container_servicios .card_servicios .content_servicios p {
  color: #666;
  font-size: 1.2em;
  line-height: 1.2em;
}

.container_servicios .card_servicios .content_servicios a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 20px;
}

.container_servicios .card_servicios:nth-child(1) .circle,
.container_servicios .card_servicios:nth-child(1) .content_servicios a {
  background: #00cec9;
}

.container_servicios .card_servicios:nth-child(2) .circle,
.container_servicios .card_servicios:nth-child(2) .content_servicios a {
  background: #ff7675;
}

.container_servicios .card_servicios:nth-child(3) .circle,
.container_servicios .card_servicios:nth-child(3) .content_servicios a {
  background: #a29bfe;
}

.primera__card {
  background-image: url("../images/calavera.jpg");
  z-index: 150 !important;
}

.shell {
  padding: 80px 0;
}

.wsk-cp-product {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  margin: 20px auto;
}

.wsk-cp-img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}

.wsk-cp-product:hover .wsk-cp-img {
  top: -40px;
}

.wsk-cp-product:hover .wsk-cp-img img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.wsk-cp-text {
  padding-top: 150%;
}

.wsk-cp-text .category {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 45px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-text .category > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
}

.wsk-cp-text .category > span {
  padding: 12px 30px;
  border: 1px solid #313131;
  background: #212121;
  color: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 27px;
  transition: all 0.05s ease-in-out;
}

.wsk-cp-product:hover .wsk-cp-text .category > span {
  border-color: #ddd;
  box-shadow: none;
  padding: 11px 28px;
}

.wsk-cp-product:hover .wsk-cp-text .category {
  margin-top: 0px;
}

.wsk-cp-text .title-product {
  text-align: center;
}

.wsk-cp-text .title-product h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.wsk-cp-text .description-prod p {
  margin: 0;
}

/* Truncate */
.wsk-cp-text .description-prod {
  text-align: center;
  width: 100%;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.card-footer {
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}

.card-footer:after, .card-footer:before {
  content: '';
  display: table;
}

.card-footer:after {
  clear: both;
}

.card-footer .wcf-left {
  float: left;
}

.card-footer .wcf-right {
  float: right;
}

.price {
  font-size: 18px;
  font-weight: bold;
}

a.buy-btn {
  display: block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #212121;
  transition: all 0.2s ease-in-out;
}

a.buy-btn:hover, a.buy-btn:active, a.buy-btn:focus {
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration: none;
}

.wsk-btn {
  display: inline-block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding: 12px 30px;
  border-radius: 27px;
  margin: 0 5px;
}

.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active {
  text-decoration: none;
  color: #fff;
}

.red {
  color: #F44336;
  font-size: 22px;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .wsk-cp-product {
    margin: 40px auto;
  }
  .wsk-cp-product .wsk-cp-img {
    top: -40px;
  }
  .wsk-cp-product .wsk-cp-img img {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  .wsk-cp-product .wsk-cp-text .category > span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
  }
  .wsk-cp-product .wsk-cp-text .category {
    margin-top: 0px;
  }
  a.buy-btn {
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
  }
}

body {
  margin: 0px;
  font-family: 'Roboto';
  text-align: center;
}

#container_tituloCheto {
  color: #999;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
  padding-top: 200px;
  width: 100%;
  bottom: 45%;
  display: block;
  margin-bottom: 130px;
}

#flip {
  height: 50px;
  overflow: hidden;
}

#flip > div > div {
  color: #fff;
  padding: 4px 12px;
  height: 45px;
  margin-bottom: 45px;
  display: inline-block;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

#flip div div {
  background: #42c58a;
}

#flip div:first-child div {
  background: #4ec7f3;
}

#flip div:last-child div {
  background: #DC143C;
}

@keyframes show {
  0% {
    margin-top: -270px;
  }
  5% {
    margin-top: -180px;
  }
  33% {
    margin-top: -180px;
  }
  38% {
    margin-top: -90px;
  }
  66% {
    margin-top: -90px;
  }
  71% {
    margin-top: 0px;
  }
  99.99% {
    margin-top: 0px;
  }
  100% {
    margin-top: -270px;
  }
}

#h2__compra {
  color: white;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .headerForm {
    width: 300px !important;
  }
  .formContacto {
    width: 350px !important;
  }
}

.headerForm {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #af4d98;
  color: white;
  padding: 14px 20px;
  margin-top: 8px;
  border: none;
  border-radius: 4px;
  margin-bottom: 20px;
}

.formContacto {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.formContacto label {
  color: white;
}

#pContacto {
  color: white;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 80px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.body__login {
  position: relative;
  min-height: 100vh;
  background-color: #2a2b2f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-structor {
  background-color: #222;
  border-radius: 15px;
  height: 550px;
  width: 350px;
  position: relative;
  overflow: hidden;
}

.form-structor::after {
  content: '';
  opacity: .8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 500px;
  background-image: url("../images/fotologin.jpg");
}

.form-structor .signup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 65%;
  z-index: 5;
  -webkit-transition: all .3s ease;
}

.form-structor .signup.slide-up {
  top: 5%;
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: all .3s ease;
}

.form-structor .signup.slide-up .form-holder,
.form-structor .signup.slide-up .submit-btn {
  opacity: 0;
  visibility: hidden;
}

.form-structor .signup.slide-up .form-title {
  font-size: 1em;
  cursor: pointer;
}

.form-structor .signup.slide-up .form-title span {
  margin-right: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .form-title {
  color: #fff;
  font-size: 1.7em;
  text-align: center;
}

.form-structor .signup .form-title span {
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .form-holder {
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .form-holder .input {
  border: 0;
  outline: none;
  box-shadow: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 12px;
}

.form-structor .signup .form-holder .input:last-child {
  border-bottom: 0;
}

.form-structor .signup .form-holder .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-structor .signup .submit-btn {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 15px;
  display: block;
  margin: 15px auto;
  padding: 15px 45px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .signup .submit-btn:hover {
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-structor .login {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 5;
  -webkit-transition: all .3s ease;
}

.form-structor .login::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  background-color: #fff;
  width: 200%;
  height: 250px;
  border-radius: 50%;
  z-index: 4;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center {
  position: absolute;
  top: calc(50% - 10%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 65%;
  z-index: 5;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .form-title {
  color: #000;
  font-size: 1.7em;
  text-align: center;
}

.form-structor .login .center .form-title span {
  color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .form-holder {
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  margin-top: 50px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .form-holder .input {
  border: 0;
  outline: none;
  box-shadow: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 12px;
}

.form-structor .login .center .form-holder .input:last-child {
  border-bottom: 0;
}

.form-structor .login .center .form-holder .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.form-structor .login .center .submit-btn {
  background-color: #6B92A4;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 15px;
  display: block;
  margin: 15px auto;
  padding: 15px 45px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.form-structor .login .center .submit-btn:hover {
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-structor .login.slide-up {
  top: 90%;
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .center {
  top: 10%;
  -webkit-transform: translate(-50%, 0%);
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .form-holder,
.form-structor .login.slide-up .submit-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .form-title {
  font-size: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
}

.form-structor .login.slide-up .form-title span {
  margin-right: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
}

.logo__login {
  align-content: center;
  margin-bottom: 120px;
  padding-bottom: 120px;
}
