body {
	overflow-x: hidden;
}

a, *[onclick] {
	cursor:pointer;
}

#heading {
  height: 100px;
  background: #fff;
  border-bottom: solid 1px #846C46;
  transition: all .35s ease;
}
#heading.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}
.menu-open #heading {
    opacity: 0;
}


#logo img {
  height: 100px;
  padding: 10px;
}

body {
  background: #fff url(../../assets/img/BG-Stripes.svg?h=0b2d8f5c1018a265907c7d8f25ba1f0b);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

#menu-toggle a {
  padding: 0;
  height: 50px;
  height: 50px;
  display: inline-block;
  margin-top: 15px;
}

#menu-toggle {
  text-align: right;
  margin-top: 13px;
}

#fmenu {
    background: rgba(195,237,237,0.95);
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: auto;
    transition: all .35s ease;
    opacity: 0;
	z-index: 9999999999;
}

#themenu {
  margin-top: 0;
}

body.menu-open #fmenu {
	display: block;
    top: 0;
    opacity: 1;
	z-index: 9999999999;
}
#footer {
    clear: both;
}
#mainf {
  background: var(--coco-blue);
}

#mainf .logo img {
  max-width: 150px;
  margin: 5px auto;
  display: block;
}

#contenido {
  min-height: 311px;
}

@media (max-width: 991px) {
  #mainf h3 {
    text-align: center;
    height: unset !important;
    margin-bottom: 22px;
  }
}

#mainf .col-md-3 {
    margin-bottom: 30px;
}
#mainf h3 {
  padding: 0;
  margin: 0;
  height: 45px !important;
  color: var(--pinta-brown);
  font-size: 1.4em;
}

.flist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

@media (max-width: 991px) {
  .flist li {
    text-align: center;
  }
}

.flist li {
  margin-bottom: 10px;
  clear: both;
}

#mainf > .container {
  padding-top: 60px;
  padding-bottom: 20px;
}

.flist a {
  color: #454346;
  display: block;
}

.flist a:hover {
  color: var(--guayaba-red);
  text-decoration: none;
}

@media (max-width: 991px) {
  .fblog .date {
    float: none !important;
  }
}
.fblog .title {
    font-size: 12px;
    float: left;
    width: 215px;
    overflow: hidden;
    height: 35px;
}

.fblog .date {
  color: #fff;
  background: var(--guayaba-red);
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding-top: 3px;
  margin-right: 5px;
  float: left;
  line-height: normal;
}

.fblog .date .dia {
  display: block;
  text-align: center;
  width: 25px;
  margin: 2px auto 2px auto;
  font-size: .8em;
  height: .8em;
  font-weight: 700;
}

.fblog .date .mes {
  display: block;
  text-align: center;
  width: 25px;
  margin: auto;
  font-size: .7em;
  height: 18px;
  text-transform: uppercase;
}

.flist.fblog li {
  min-height: 35px;
  line-height: 35px;
}

#subf {
  background: var(--footer-blue);
  padding: 0 0 10px 0;
}

.llc {
  color: #454346;
  font-size: 16px !important;
  line-height: 46px;
}
.llc a {
    color: #454346;
}
.soccirc {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100px;
  background: #C3EDED;
  color: var(--pinta-brown);
  font-size: 25px;
  margin: 0 20px;
}

@media (min-width: 992px) {
  #subf .social-icons {
    text-align: right;
  }
}

@media (max-width: 991px) {
  #subf .social-icons {
    text-align: center;
  }
}

@media (max-width: 991px) {
  #subf p.llc {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
	#mainf .logo {
		display: none;
	}
  
  
	#page1587675598 .col-md-6 p, #page1587614010 .col-md-6 p {
		line-height: 28px;
	}
  
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  #subf .row {
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .llc span {
    display: block;
  }
}

.div-table {
  width: 100%;
  height: 100%;
  display: table;
}

.dt-cell {
  display: table-cell;
}
.dt-cell p:not(.se) {
    max-width: 90%;
    margin: auto;
}

@media(min-width: 992px){
	.h-swirl:before {
	  content: '\00a0';
	  width: 50px;
	  display: inline-block;
	  background: url(../../assets/img/ornament-l.svg?h=a39f7af38b83212b8e766b7adc6bb11d);
	  background-size: contain;
	  background-repeat: no-repeat;
	  margin-right: 20px;
	  background-position: center;
	}

	.h-swirl:after {
	  content: '\00a0';
	  width: 50px;
	  display: inline-block;
	  background: url(../../assets/img/ornament-r.svg?h=d57be59b9986ea13b7a122a6379b04de);
	  background-size: contain;
	  background-repeat: no-repeat;
	  margin-left: 20px;
	  background-position: center;
	}
	#page1587675598 .mobius-bootstrap .row > div.col-md-6, #page1587614010 .mobius-bootstrap .row > div.col-md-6 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 340px;
	}

}

.no-gap {
  padding: 0;
}

p {
  line-height: 34px;
  font-size: 16px;
}

h1 {
  font-family: 'royalromainbold';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 50px;
  }
@media (max-width: 991px){ 	h1 { font-size: 36px; } }
h2 {
  font-family: 'royalromainbold';
  font-size: 40px;
}
h3 {
  font-family: 'royalromainbold';
  font-size: 30px;
}
.h1-50 {
  font-size: 50px;
}
@media(max-width: 991px){
	.h1-50 {
	  font-size: 36px !important;
	}
}

.wd-80 {
  width: 80% !important;
  margin: auto;
  height: 100%;
}

.dt-half {
  width: 50%;
}

.va-middle {
  vertical-align: middle;
}


.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .no-gutter .col-md-4:nth-child(3) {
    left: -2px;
    padding-right: 2px;
  }
}

@media (min-width: 1200px) {
  .no-gutter .col-md-4:nth-child(2) {
    left: -1px;
  }
}

.btn {
	border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 50px;
	min-width: 135px;
	border: none;
}
.btn-skinny {
    padding: 5px 30px;
    font-size: 14px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

/* ************************      Margin bottom************************ */

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

/* ************************        Padding top************************ */

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

/* ************************        Padding bottom************************ */

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

/* **************************    Page section padding *************************** */

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/* **************************    Page section margin *************************** */

.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.carriers img {
  margin: 10px;
  max-height: 65px;
  max-width: 90%;
}



.bg-dulce-leche {
  background: var(--dulce-leche) !important;
}

.fp-testimonials {
  background-image: url(../../assets/img/dulce-leche-drip.png?h=b83182727a0bf6f080bd11e27f47a653);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #fff;
}

.fpt-pagination .punto {
  color: var(--pinta-brown);
  cursor: pointer;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  margin: 0 6px;
  opacity: 0.4;
}

.fpt-pagination .punto.active {
  border: solid 2px var(--pinta-brown);
  opacity: 1;
}

#testiholder {
  min-height: 200px;
  position: relative;
}

.fp-testimony.active {
  /*display: block;*/
  /*opacity: 1;*/
}

.fp-testimony {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
	width: 100%;
}

section#art img {
  width: 100%;
}

#themenu a.mnb {
  color: var(--pinta-brown);
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'royalromainbold';
  display: block;
  margin: 10px 0;
}
@media (min-width: 992px){
	#themenu a.mnb {
	  font-size: 34px !important;
	}
	#themenu a.mnb.active:before, #themenu a.mnb.active:after {
	  width: 40px !important;
	}
}

#themenu a.mnb.active:before {
  content: '\00a0';
  width: 25px;
  display: inline-block;
  background: url(../../assets/img//ornament-l.svg?h=a39f7af38b83212b8e766b7adc6bb11d);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  background-position: center;
}

#themenu a.mnb.active:after {
  content: '\00a0';
  width: 25px;
  display: inline-block;
  background: url(../../assets/img//ornament-r.svg?h=d57be59b9986ea13b7a122a6379b04de);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
  background-position: center;
}

#themenu a.mnb:hover {
  text-decoration: none;
  color: var(--guayaba-red);
}

a.btn.btn-sm.btn-success.mobiusedit {
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 12px;
    padding: 3px;
    margin-left: -125px;
}

.page-header {
	margin: 0;
    padding: 100px 0;
    border-bottom: none !important;
}
.page-header .subtitle, .section-subtitle {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	width: auto;
	max-width: 100%;
	margin: 0 auto 20px auto;
}



.pfm {
    width: 17%;
	text-align: center;
    position: relative;
    float: left;
    margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	    transition: 0.35s;
}
@media (max-width: 767px) {
	.pfm {
		width: 43%;
		position: relative;
		float: left;
		margin: 10px;
	}
}

.pfm:before {
	content: '\00a0';
	display: block;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	 border-radius: 10px;
	opacity: .9;
	transition: 0.35s;
	top: 100%;
}
.pfm:hover:before {
	top: 0;
	transition: 0.35s;
}

.pfm.bg-coco:hover:before { background: var(--coco-blue); }
.pfm.bg-guayaba:hover:before { background: var(--guayaba-red); }
.pfm.bg-hierbabuena:hover:before { background: var(--hierbabuena); }
.pfm.bg-dulce-leche:hover:before { background: var(--dulce-leche); }
.pfm.bg-mantequilla-mani:hover:before { background: var(--mantequilla-mani); }
.pfm.bg-galletitas:hover:before { background: var(--galletitas); }
.pfm.bg-vainilla-pink:hover:before { background: var(--vainilla-pink); }

.pfm p {
    position: absolute;
    top: 150%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 3;
	font-size: 35px;
	transition: 0.35s;
}
.pfm h3 {
    position: absolute;
    top: 125%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    z-index: 3;
	transition: 0.35s;
}
.pfm:hover p {
    display: block;
	top: 50%;
}
.pfm:hover h3 {
    display: block;
	top: 25%;
}

@media (max-width: 991px){
	.pfm:hover p {
		font-size: 25px;
	}
	.pfm:hover h3 {
		top: 10% !important;
		font-size: 13px !important;
	}
	.pfm.bg-coco.last:hover h3 {
		font-size: 13px !important;
		font-weight: 700;
		width: 90%;
		left: 5%;
		top: 3% !important;
	}
}

.pfm:hover .pfm-soc {
    display: block;
}

.pfm img {
    max-width: 100%;
}

.pfm-soc {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
    z-index: 3;
}
.pfm-soc a {
    color: #000;
    padding: 10px;
}









.fp-article {
    margin-bottom: 40px;
}


.fpa-title {
  font-weight: 800;
  font-family: 'Montserrat';
  font-size: 22px;
}

.fpa-author {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 16px;
  margin-right: 10px;
}

.fpa-date {
  color: var(--guayaba-red);
  font-size: 16px;
}

.fpa-short.mt-20 {
  font-size: 16px;
}

.fp-witness img {
  vertical-align: middle;
  margin-right: 20px;
}

.fp-witness {
  color: var(--chocolate);
  font-family: 'Montserrat';
  font-size: 14px;
}

.fp-testimony p {
  font-size: 26px;
}


.una-pinta h3 {
  font-size: 30px;
}
.una-pinta-content p {
  font-size: 16px;
  color: var(--pinta-darkgrey);
}
.una-pinta-holder {
    position: relative;
	overflow: hidden;
}
.una-pinta img {
    width: 250px;
    margin: 60px;
}
.una-pinta-content {
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 0 50px;
}
.una-pinta-holder:hover .una-pinta-content {
   display: block;
    transition: 0.35s;
    left: 0;
	top: 25%;
}
.una-pinta-holder:before {
	content: '\00a0';
	display: block;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .9;
    transition: 0.35s;
    left: 0%;
	top: 100%;
}
.una-pinta-holder:hover:before {
	content: '\00a0';
	display: block;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .9;
    transition: 0.35s;
    left: 0;
	top: 0%;
}
.una-pinta-holder.bg-coco:hover:before { background: var(--coco-blue); }
.una-pinta-holder.bg-guayaba:hover:before { background: var(--guayaba-red); }
.una-pinta-holder.bg-hierbabuena:hover:before { background: var(--hierbabuena); }
.una-pinta-holder.bg-dulce-leche:hover:before { background: var(--dulce-leche); }
.una-pinta-holder.bg-mantequilla-mani:hover:before { background: var(--mantequilla-mani); }
.una-pinta-holder.bg-galletitas:hover:before { background: var(--galletitas); }
.una-pinta-holder.bg-vainilla-pink:hover:before { background: var(--vainilla-pink); }
.una-pinta-holder.bg-avellana:hover:before { background: var(--avellana); }
.una-pinta-holder.bg-chocolate:hover:before { background: var(--chocolate); }
.bg-chocolate .una-pinta-content * {   color: #ffffff !important; }

#page404 {
    width: 100%;
    overflow: hidden;
}
#page404 .itwasallyellow {
    height: 300px;
    margin-top: -100px;
}
@media (max-width: 991px){

	#page404 .volver {
		color: var(--guayaba-red);
		display: block;
		position: relative;
		top: -10px;
		z-index: 9;
		margin-top: 40px;
	}
}


@media (min-width: 992px){

	#page404 .volver {
		color: var(--guayaba-red);
		display: block;
		position: relative;
		top: 35px;
		z-index: 9;
	}
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .75;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background-color: #C3EDED;
}

.clearall { clear: both;}

.contactForm h2 {
    text-align: center;
    margin-bottom: 100px;
}
.contactForm input.form-control {
    background: #FFF;
    border-radius: 17px;
    border: solid 1px #575558;
}
/* .contactForm input.form-control, .contactForm select.form-control {
    max-width: 250px;
	margin: auto;
} */

.form-control:focus {
    box-shadow: none;
}

.form-control {
	 padding: 10px 30px !important; 
}
select.form-control {
    padding: 6px 12px !important;
}
@media (max-width: 991px){
	.form-group.col-md-6 {
		text-align: center;
	}
	
}

.contactForm .col-md-12 input.form-control {
    max-width: 100%;
}
.contactForm textarea.form-control {
    background: #FFF;
    border-radius: 10px;
    border: solid 1px #575558;
}
.contactForm select.form-control {
    background: #FFF;
    border-radius: 17px;
    border: solid 1px #575558;
}
.contactForm .btn-success, .btn-success:hover, .contactForm .btn-success.active.focus, 
.contactForm .btn-success.active:focus, 
.contactForm .btn-success.active:hover, 
.contactForm .btn-success:active.focus, 
.contactForm .btn-success:active:focus, 
.contactForm .btn-success:active:hover  {
    background: var(--guayaba-red);
    display: block;
    margin: auto;
    color: #FFF;
    border: none;
}
#nutrimodal {
    z-index: 99999999999;
}
#nutrimodal div {
    background: transparent;
    box-shadow: none;
    border: none;
}

.dlh .page-header {
    background: var(--dulce-leche);
    margin: 0;
    padding: 100px 0;
}

input[type=number] {
    padding: 10px 15px 10px 30px !important;
}

.fp-slider-style {
	color: #f5f5f5 !important;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .20) !important;
}

@media (max-width: 767px) {
	.se {
		display: none;
	}
}

@media (min-width: 768px) {
    .pull-right-md {
        float: right;
    }
}


.main-image img {
    width: 100%;
}

/* TIENDA */

.tienda {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.tienda .cat-name {
    text-align: center;
	font-weight: 700;
}
.tienda .cat-image {
    padding: 10px;
    border: solid 2px var(--pinta-brown);
    border-radius: 15px;
    background: #fff;
	width: 220px;
	text-align: center;
}
.tienda .cat-image img {
    max-width: 200px;
    max-height: 200px;
}
.tienda .categoria {
    margin: 10px;
	display: block;
	color: #000;
}
.tienda .categoria:hover {
    text-decoration: none;
	color: #000;
}

/* categoria.php */
.producto {
    margin: 10px;
	display: block;
	color: #000;
}
.producto:hover {
    text-decoration: none;
	color: #000;
}
.producto .prod-name {
	text-align: center;
    font-weight: 700;
    width: 220px;
    height: 45px;
	line-height: 20px;
    overflow: hidden;
}
.producto .prod-image {
    padding: 10px;
    border: solid 2px var(--pinta-brown);
    border-radius: 15px;
    background: #fff;
	width: 220px;
	text-align: center;
	margin: auto;
}
.producto .prod-image img {
    max-width: 200px;
    max-height: 200px;
}
.producto .prod-price {
    text-align: center;
	color: var(--pinta-brown);
}

.pagina-producto h1.prod-name {
    color: var(--pinta-brown);
}
.pagina-producto .form-control {
    margin-bottom: 10px;
}
.pagina-producto select.form-control {
    background: #FFF;
    border-radius: 17px;
    border: solid 1px #575558;
	max-width: 150px;
	display: inline-block;
}
.pagina-producto input.form-control {
    background: #FFF;
    border-radius: 17px;
    border: solid 1px #575558;
	max-width: 150px;
	display: inline-block;
}
.pagina-producto .produ-image {
    padding: 10px;
    border: solid 2px var(--pinta-brown);
    border-radius: 15px;
    background: #fff;
    max-width: 400px;
    text-align: center;
	margin: auto;
}
.pagina-producto .produ-image img { max-width: 100%; display: block; margin: auto; }

.pagina-producto .prod-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagina-producto .prod-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagina-producto .prod-images .otherimage {
    width: 75px;
    margin: 5px;
}
.pagina-producto .prod-images .otherimage img {
    width: 75px;
    max-width: 99%;
    text-align: center;
}
.pagina-producto .prod-images .otherimage .ot-image {
    border: solid 1px var(--pinta-brown);
    border-radius: 10px;
    padding: 5px;
}
.pagina-producto h2.h-swirl.text-center.pt-brown {
    font-size: 33px;
}
.pagina-producto .product-info .prod-price  {
    color: #454346;
    font-weight: 700;
    font-size: 18px;
}
.prod-options span.opcion {
    display: inline-block;
}

@media (max-width: 991px) {
	.pagina-producto .product-info {
		text-align: center;
	}
}

.added2cartBar {
    height: 60px;
    display: table;
    width: 100%;
    text-align: center;
	opacity: 0;
	position: fixed;
    z-index: 99999;
    top: 100px;
}
.added2cartBar .a2cb-inner {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.added2cartBar .closethis {
    position: absolute;
    right: 1%;
    color: #454346;
}


.pinta-table {
	width: 100%;
    display: table;
    border: solid 2px var(--pinta-darkgrey);
	border-radius: 20px;
    overflow: hidden;
}
.pinta-table.checkout-table {
    width: 400px;
    max-width: 100%;
}
.pinta-table.checkout-table .pt-cell.text-right {
    max-width: 120px;
}
.pinta-table .pt-header {
    display: table-row;
}
.pinta-table .pt-header {
    background: #f6f2f7 !important;
    height: 50px;
	text-align: center;
	 display: table-cell;
	 vertical-align: middle;
	 font-weight: 700;
}
.checkout-box {
	border: solid 2px var(--pinta-darkgrey);
    border-radius: 20px;
    padding: 20px;
    background: #FFF;
}
.removethis {
    font-size: 40px;
    color: grey;
}
.pinta-table .pt-row {
	display: table-row;
}
.pinta-table .pt-cell {
    background: #fff;
	text-align: center;
	display: table-cell;
	padding: 10px;
}
.pinta-table .pt-cell.text-left { text-align: left !important;}
.pinta-table .pt-cell.text-right { text-align: right !important;}

.pt-header.pt-cell.text-left {
    text-align: left;
    padding-left: 40px;
	
}.pd-image {
	width: 20%;
	float: left;
}
.pd-image img {
    max-width: 98%;
}
.pd-name {
    float: left;
    width: 75%;
    text-align: left;
	margin-left: 10px;
}
.product-details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 250px;
}

.product-details .pd-options {
    font-size: .75em;
    color: var(--pinta-darkgrey);
}

.CartNumber {
    position: absolute;
    top: 1%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    background: var(--guayaba-red);
    overflow: hidden;
    color: #fff;
    padding: 5px;
    z-index: 99999;
}

.cart {}

a.modalTopClose {
    color: #909090;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 20px;
}
div#loginForm {
    background: #FFF;
    padding: 20px 20px 40px 20px;
    width: 350px;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
div#loginForm .formItem {
    padding: 10px 0;
}
div#loginForm .form-control {
    background: #FFF;
    border-radius: 17px;
    border: solid 1px #575558;
	width: 250px;
    display: block;
    margin: auto;
    background: #FFF !important;
}
#loginForm .formItem.rememberMe, #loginForm .formItem.rememberMe label {
    font-weight: 300;
	font-size: 14px;
	cursor: pointer;
}
#loginForm .formItem.noAccount {
    font-size: 14px;
    padding: 20px 0;
    display: block;
    color: #000;
}
#loginForm .formItem.noAccount a {
    color: #000;
	text-decoration: underline;
}
#loginForm .formItem.lfFooter {
    background: #f6f2f7;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
#loginForm .formItem.lfFooter a {
    color: #656465;
    font-size: 14px;
}


.shaking {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}



.dripheader-page .page-header {
	background: var(--dulce-leche);
	padding: 50px 0
}
.dripheader-page .mobius-bootstrap {
    background-image: url(../../assets/img/dulce-leche-drip.png?h=b831827…);
    background-repeat: no-repeat;
    min-height: 400px;
}

.pinta-card {
	border: solid 3px var(--pinta-brown);
    border-radius: 10px;
    padding: 10px 20px;
	background: #FFF;
	margin: 20px 0;
}
.pinta-card h2 {
    padding: 0;
    margin: 0 0 20px 0;
}
.pinta-card .userImage {
    width: 150px;
    overflow: hidden;
    height: 150px;
    border-radius: 100px;
    border: solid 2px var(--pinta-brown);
    background: #fff;
	position: relative;
}
.pinta-card .userImage img {
	width: 110%;
    min-height: 110%;
    margin-left: -10px;
    margin-top: -10px;
}
.pinta-card .userImage:hover::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f030";
    color: var(--coco-blue);
    position: absolute;
    z-index: 999;
    font-size: 74px;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: #8f94946e;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    line-height: 150px;
    text-align: center;
	cursor: pointer;
}
.pinta-card .userNombre {
    text-align: center;
    font-size: 18px;
    color: var(--pinta-brown);
}
.pinta-card.userMenu {
    padding: 10px;
}
.pinta-card.userMenu a {
    display: block;
    color: var(--pinta-brown);
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 9px;
    text-decoration: none;
}
a.langswitch {
    padding: 0;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
    color: var(--pinta-brown);
    line-height: 50px;
    width: 30px;
    margin: 30px auto 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.delivery {
    position: relative;
    background: #000 !important;
    height: 100%;
    text-align: center;
}
.delivery img {
    height: 100%;
    display: block;
    margin: auto;
}

@media (max-width: 1176px){
	.delivery img {
		max-width: 100%;
		height: unset;
	}
}
.pd-options div {
    text-align: left;
    margin-left: 20px;
}
.moduleHolder td {
    padding: 10px;
}

@media (max-width: 768px) {
	table.table-res {
		margin-top: 10px;
	}
	table.table-res tr:first-child, table.table-res tr:first-child th, table.table-res tr:first-child td, table.emails tr:first-child, table.emails tr:first-child th, table.emails tr:first-child td {
		border-top: none;
	}
	
	table.table-res thead, table.table-res tfoot {
		display: none;
	}
	table.table-res {
		width: 100%;
	}
	table.table-res tr {
		display: block;
		border-bottom: solid 1px #000;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	table.table-res td {
		display: block;
		border: none;
		border-top: none !important;
	}
	table.table-res td.labeled:before {
		content: attr(data-label);
		display: block;
		font-size: 15px;
		color: #000;
		font-weight: 700;
	}
	.table-res td.options {
		text-align: center;
	}
	
	.table-res-center td {
		text-align: center;
	}
	.table-res-half td {
		word-break: break-all !important;
		width: 100%;
		overflow: hidden;
	}
	.table-res-half tr {
		width: 48%;
		float: left;
		clear: right;
		margin: 0 1%;
		height: 200px;
		overflow: hidden;
	}
}



#overlay {
	background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
#overlayinner {
    vertical-align: middle;
    text-align: center;
}
#overlay img {
	text-align: center;
}
#overlay p {
	text-align: center;
	color: white; 
}