@charset "UTF-8";
.bgF {
  background: #fff;
}
.clear {
  clear: both;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.w7 {
  font-weight: 700;
}
.w3 {
  font-weight: 300;
}
.w4 {
  font-weight: 400;
}
.sinp {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sinm {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.rr {
  position: relative;
}
.ra {
  position: absolute;
}
.rf {
  position: fixed;
}
.tu {
  text-transform: uppercase;
}
.tn {
  text-transform: none;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tj {
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
p,
pre {
  padding: 0px;
  margin: 0px;
}
.tb {
  font-weight: bold;
}
.i {
  font-style: italic;
}
.n {
  font-weight: normal;
  font-style: normal;
}
.u {
  text-decoration: underline;
}
.s12 {
  font-size: 12px !important;
}
.s14 {
  font-size: 14px !important;
}
.s16 {
  font-size: 16px !important;
}
.s18 {
  font-size: 18px !important;
}
.s20 {
  font-size: 20px !important;
}
.s24 {
  font-size: 24px !important;
}
.s28 {
  font-size: 28px !important;
}
.s30 {
  font-size: 30px !important;
}
.s35 {
  font-size: 35px !important;
}
.s40 {
  font-size: 40px !important;
}
.s50 {
  font-size: 50px;
}
.s60 {
  font-size: 60px;
}
.s70 {
  font-size: 70px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt10 {
  padding-top: 10px;
}
.pt5 {
  padding-top: 5px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr40 {
  padding-right: 40px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
}
.h10 {
  height: 10px;
}
.h20 {
  height: 20px;
}
.h30 {
  height: 30px;
}
.h40 {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h100 {
  height: 100px;
}
.oh {
  overflow: hidden;
}
.cF {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z8 {
  z-index: 8;
}
.z10 {
  z-index: 10;
}
.z20 {
  z-index: 20;
}
.z100 {
  z-index: 100;
}
.lh30 {
  line-height: 30px;
}
.lh60 {
  line-height: 60px;
}
.lh20 {
  line-height: 20px;
}
.tm20 {
  top: -20px;
}
.lhm {
  line-height: middle;
}
.U {
  text-decoration: underline;
}
.wt100 {
  width: 100%;
}
.let1 {
  letter-spacing: 1px;
}
.let-1 {
  letter-spacing: -1px;
}
.let-3 {
  letter-spacing: -3px;
}
@-moz-document url-prefix() {
  .box {
    display: inline-flex;
    padding: -10 0;
    width: 100%;
  }
}
.df {
  display: -webkit-box;
  display: flex;
}
.ai-cen {
  -webkit-box-align: center;
          align-items: center;
}
.ai-str {
  -webkit-box-align: start;
          align-items: flex-start;
}
.ai-end {
  -webkit-box-align: end;
          align-items: flex-end;
}
.jc-cen {
  -webkit-box-pack: center;
          justify-content: center;
}
.jc-str {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.jc-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.fd-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.fw-wrap {
  flex-wrap: wrap;
}
.modal {
  z-index: 100;
}
.columns {
  margin-right: 0;
  margin-left: 0;
}
html {
  scroll-behavior: smooth;
}
.w5 {
  font-weight: 500;
}
.h0 {
  height: 0;
}
.w0 {
  width: 0;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.h200 {
  height: 200px;
}
.s100 {
  font-size: 100px;
}
.s80 {
  font-size: 80px;
}
.s26 {
  font-size: 26px;
}
.s36 {
  font-size: 36px;
}
.pr40 {
  padding-right: 40px;
}
.b100 {
  bottom: 100px;
}
.b100 .s60 {
  font-size: 60px;
}
.b100 .s32 {
  font-size: 32px;
}
.hover {
  position: absolute;
  height: 250px;
  bottom: 7px;
  width: 100%;
  opacity: 0;
}
.ho:hover .hover {
  opacity: 0.5;
}
.ps {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@font-face {
  font-family: 'Pacifico';
  src: url("../webfonts/Pacifico.ttf");
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url("../webfonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url("../webfonts/Poppins-Bold.ttf");
}
.ffP {
  font-family: Pacifico;
}
.ffPR {
  font-family: Poppins-Regular;
}
.ffPB {
  font-family: Poppins-Bold;
}
body {
  font-family: Poppins-Regular;
}
.bgR {
  background-color: #f2c2b6;
}
.cR {
  color: #f2c2b6;
}
.cR:hover {
  color: #f2c2b6;
}
.cG {
  color: #b2b2b2;
}
.cG:hover {
  color: #b2b2b2;
}
.jc-even {
  justify-content: space-around;
}
.jc-btw {
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.t0 {
  top: 0;
}
.l0 {
  left: 0;
}
.ht100 {
  height: 100%;
}
.wt100 {
  width: 100%;
}
.up {
  text-transform: uppercase;
}
.target {
  position: relative;
  bottom: 200px;
}
input,
textarea,
select {
  border: 1px solid #b2b2b2 !important;
  border-radius: inherit !important;
  color: #b2b2b2;
  font-size: 14px;
  background-color: rgba(0,0,0,0) !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 500;
  font-size: 20px;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #b2b2b2 !important;
  font-weight: 500;
  font-size: 20px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 500;
  font-size: 20px;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 500;
  font-size: 20px;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #b2b2b2 !important;
  font-weight: 500;
  font-size: 20px;
}
input,
textarea {
  box-shadow: none !important;
  color: #b2b2b2 !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b2b2b2 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2b2b2 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b2b2b2 !important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #b2b2b2 !important;
}
input::placeholder,
textarea::placeholder {
  color: #b2b2b2 !important;
}
option {
  color: #b2b2b2 !important;
}
.select select {
  color: #b2b2b2 !important;
  font-weight: 700;
  text-align: center;
}
.button {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 30px;
  background-color: #fde9e8;
  border: unset;
  border-radius: unset;
}
.button:hover {
  color: #b3b3b3;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #b2b2b2 !important;
}
/********* MENU **************/
header {
  background-color: #fff;
}
header .navbar-item:hover {
  font-weight: 700;
  color: #f2c2b6;
  background-color: unset;
}
header .navbar-item:focus {
  font-weight: 700;
  color: #f2c2b6;
  background-color: unset;
}
/********BANNER********/
/********CATEGORIAS******/
.cat-image .cat-hover {
  position: absolute;
  background-color: rgba(245,191,185,0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  opacity: 0;
}
.cat-image:hover .cat-hover {
  opacity: 1;
}
/**********FOOTER*******/
footer {
  background-color: #fdebe8;
}
/********PRODUCTOS********/
.categoria {
  background-color: #fde9e8;
  color: #b3b3b3;
  font-family: Poppins-Regular;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  color: #b2b2b2;
  font-size: 20px;
}
.pagination .link {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.pagination .link:hover {
  font-weight: 700;
}
.pagination .link.active {
  font-weight: 700;
}
table td {
  vertical-align: middle !important;
}
#tamanos {
  border-collapse: separate;
  border-spacing: 0 20px;
}
/************INTRO************/
.btn-intro {
  font-family: Poppins-Regular;
  font-size: 20px;
  color: #b3b3b3;
  padding: 10px 20px;
  background-color: #fde9e8;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.btn-intro:hover {
  color: #b3b3b3;
}
.zm {
  background-image: url("../images/intro/back.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .zm {
    zoom: 0.6;
  }
}
.mantequilla {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .mantequilla {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .tarta {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 386px) {
  .rosca-b {
    display: none;
  }
}
@media screen and (min-width: 386px) {
  .rosca-l {
    display: none;
  }
}
