#sfWebDebug {
	display:none !important;
}
/****** GENERALES *******/
:focus {
    outline: 0;
}
* {
    scroll-behavior: smooth;
}
html, .tooltip, .popover {
	font-family: 'Montserrat', sans-serif;
}
body {
	font-family: 'Montserrat', sans-serif;
	color: #524a47;
	line-height: 1.75;
	font-size: 16px;
	overflow-x: hidden;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 2.75rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	font-size: .9rem;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
b, strong {
	font-weight: bold;
}
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/********** PRIMARY ***********/
.btn-primary {
	background-color: #f39610;
	border-color: #f39610;
	border-radius: 0;
	font-weight: 600;
	padding: 1rem 1.5rem;
	border-width: 2px;
}
.btn-primary:hover {
  background-color: #cb7800;
  border-color: #cb7800;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 150, 15, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #cb7800;
  border-color: #cb7800;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #f39610;
  border-color: #f39610;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 150, 15, 0.5);
}
.bg-primary {
  background-color: #f39610 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cb7800 !important;
}
.border-primary {
  border-color: #f39610 !important;
}
.text-primary {
  color: #f39610 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cb7800 !important;
}
.btn-outline-primary {
    color: #f39610;
    border-color: #f39610;
	border-radius: 0;
	font-weight: 600;
	padding: 1rem 1.5rem;
	border-width: 2px;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #f39610;
    border-color: #f39610
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 150, 15, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f39610;
    background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f39610;
    border-color: #f39610
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 150, 15, 0.5);
}
.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
	border-radius: 0;
	font-weight: 600;
	padding: 1rem 1.5rem;
	border-width: 2px;
}
.btn-outline-secondary:hover {
    color: #f39610;
    background-color: #fff;
    border-color: #fff
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 150, 15, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #f39610;
    background-color: #fff;
    border-color: #fff
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 150, 15, 0.5);
}
.bg-secondary {
  background-color: #3a2119 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1d100c !important;
}
.border-secondary {
  border-color: #3a2119 !important;
}
.text-secondary {
  color: #3a2119 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1d100c !important;
}

/****** NUEVOS ******/
.cursiva {
	font-family: 'Playfair Display', serif;
}
.fw-400 {
	font-weight: 400;
}
.fw-600 {
	font-weight: 600;
}
.fw-800 {
	font-weight: 800;
}
.fs-1 {
	font-size: 1rem;
}
.fs-125 {
	font-size: 1.25rem;
}
.text-black {
	color: rgba(0,0,0,1);
}
.lh-75 {
	line-height: .75;
}
.lh-100 {
	line-height: 1;
}
.lh-125 {
	line-height: 1.25;
}
.lh-150 {
	line-height: 1.5;
}
.lh-175 {
	line-height: 1.75;
}
.lh-200 {
	line-height: 2;
}
.ls-0 {
	letter-spacing: 0;
}
.ls-1 {
	letter-spacing: .05rem;
}
.ls-2 {
	letter-spacing: .1rem;
}
.ls-3 {
	letter-spacing: .15rem;
}
.ls-4 {
	letter-spacing: .2rem;
}
.ls-5 {
	letter-spacing: .25rem;
}
.ls--1 {
	letter-spacing: -.05rem;
}
.ls--2 {
	letter-spacing: -.1rem;
}
.ls--3 {
	letter-spacing: -.15rem;
}
.ls--4 {
	letter-spacing: -.2rem;
}
.ls--5 {
	letter-spacing: -.25rem;
}
.opacity-100 {
	opacity: 1;
}
.opacity-80 {
	opacity: .8;
}
.opacity-60 {
	opacity: .6;
}
.opacity-40 {
	opacity: .4;
}
.opacity-20 {
	opacity: .2;
}
.opacity-0 {
	opacity: 0;
}
.separator-300x4 {
	width: 300px;
	height: 4px;
	border: 0;
}
.separator-50x2 {
	width: 50px;
	height: 2px;
	border: 0;
}
.separator-100x1 {
	width: 100%;
	height: 1px;
	border: 0;
}

/****** HEADER + MENU *******/
.preheader {
	background: transparent;
	color: #fff;
}
.preheader a {
	color: #f39610;
}
.preheader a:hover {
	color: #fff;
	transition: all .5s ease;
}
#navPpal {
	margin-top:30px;
}
#navPpal.scrollDown {
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
	transition: all .25s ease;
	margin-top:0;
}
#navPpal .navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	border-bottom: 2px solid transparent;
	letter-spacing: -0.5px;
	display: inline-block;
}
#navPpal.scrollDown .navbar-nav .nav-link {
	color: #524a47;
}
#navPpal .navbar-nav .nav-link:hover,
#navPpal .navbar-nav .nav-link:active,
#navPpal .navbar-nav .nav-link:focus,
#navPpal .navbar-nav .nav-link.active {
	border-bottom: 2px solid #f39610;
	color: #f39610;
}
#navPpal .nav-item {
	text-align: center;
	margin: 10px 0;
}
#navPpal.scrollDown .icon-logo-molderil-blanco {
	display: none !important;
}
#navPpal.scrollDown .icon-logo-molderil-color {
	display: block !important;
}
#navPpal.scrollUp .icon-logo-molderil-blanco {
	display: block;
}
#navPpal.scrollUp .icon-logo-molderil-color {
	display: none;
}
.navbar-collapse.collapse.show {
	padding-bottom: 30px;
}
.navbar-brand {
	padding-bottom: 0;
}
.navbar-brand .icon-logo-molderil-blanco:before {
	font-size: 83px;
}
.navbar-brand span:before {
	font-size: 63px;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
	color: #212529;
    background-color: #fcefdb;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}
.dropdown-menu {
	top: 95%;
	left: -25%;
}

/**** BTN HAMBURGER *****/
.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s ease;
	margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
  visibility: hidden;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: none;
}
.navbar-toggler[aria-expanded="true"] .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler[aria-expanded="false"] .top-bar {
  transform: rotate(0);
}
.navbar-toggler[aria-expanded="false"] .middle-bar {
  opacity: 1;
}
.navbar-toggler[aria-expanded="false"] .bottom-bar {
  transform: rotate(0);
}

/****** CAROUSEL *******/
#carrusel-home-principal {
	color:#fff;
	height: 98vh;
}
#carrusel-home-principal .slick-list,
#carrusel-home-principal .slick-track {
	height: 100%;
}
#carrusel-home-principal  .carousel-content {
	position: relative;
	z-index: 80;
}
.slider-border-bottom{
	background: url(/frontend/images/bottom.png) bottom center no-repeat;
	width: 100%;
	position: absolute;
	bottom: -12px;
	height: 54px;
	z-index: 90;
}
.slider-content {
	position: absolute;
    left: 50%;
    top: 50%;
		color: #fff;
    transform: translate(-50%, -50%);
		margin-top: 2rem;
		width: 100%;
}
#carrusel-home-principal .slider-content h1 {
	font-size: 3rem;
}
#carrusel-home-principal .slider-content h2 {
	font-size: 4.5rem;
}
#carrusel-home-principal .slider-content h3 {
	font-size: 2rem;
}
.slick-next-icon, .slick-prev-icon {
	display:none;
}
.slick-prev, .slick-next {
	width: 62px;
	height: 62px;
	z-index: 1000;
}
.slick-prev:before, .slick-next:before {
	font-family: 'icomoon';
	color:#0c2838;
	border: 1px solid #d4c9bb;
	padding: 14px;
	border-radius: 50%;
	font-size:2rem;
}
.slick-prev:hover:before, .slick-next:hover:before {
	color:#f39610;
	border-color: #f39610;
	transition: all .25s ease;
}
.slick-next:before {
	content: "\e912";
}
.slick-prev:before {
	content: "\e913";
}
.slick-prev {
	left: -80px;
}
.slick-next {
	right: -80px;
}
a .icon-arrow-thin-down {
	position: absolute;
	color: #fff;
	z-index: 1;
	left:calc(50% - 31px);
	bottom:20px;
	font-size: 30px;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 15px;
}
a .icon-arrow-thin-down:hover {
	color:#dca168;
	border-color: #dca168;
	transition: all .5s ease;
}
#carrusel-home-clientes .slick-slide {
	margin: 0 25px;
}

/****** FOOTER *******/
footer {
	padding: 40px 0 0;
	background: #1b1b29;
}
#subfooter {
	border-top: 1px solid #282836;
	margin-top: 40px;
	padding: 25px 0 15px;
	color: #7f7f93;
}
footer .nav .nav-item .nav-link.rrss {
	font-size: 17px;
	margin-left: 0px;
	margin-right: 10px;
	color: #fff;
	border: 1px solid #fff;
	width: 38px;
	height: 38px;
	border-radius: 20px;
	text-align: center;
	line-height: 22px;
	padding: .5rem 0;
}
footer .nav .nav-item .nav-link.rrss:hover {
	color:#7f7f93;
	border-color: #7f7f93;
	transition: all ease .5s;
}
footer .nav-footer-1 {
	display: list-item;
	column-count: 1;
	margin-top: 30px;
	text-align: center;
}
footer .nav-footer-2 {
	margin-top: 30px;
}
.webmedia:hover {
	text-decoration: none;
}
.webmedia:before {
	content: 'Webmedia';
	font-size: 80%;
	color: #fff;
	vertical-align: top;
	transition: .4s all ease-out;
	text-decoration: none;
	width: 0px;
	overflow: hidden;
	position: absolute;
	transform: translateX(20px);
}
.webmedia:hover:before {
	width:70px;
}
.lista-botonera {
	padding-left: 0;
	margin: 10px 0;
}
.lista-botonera li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.2;
}
.lista-botonera li,
.lista-botonera li a {
	color: #7f7f93;
}
.lista-2-cols {
	column-count: 2;
}

/****** HOME *******/
.img-thumbnail {
	border-radius: 0;
	padding: 12px;
	border-color: #f4ebdf;
}
.card-prod {
	position: relative;
	height: 300px;
	background-size: cover !important;
}
.card-prod .cp-cover {
	display: block;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 0;
	transition: all ease .25s;
}
.card-prod:hover .cp-cover {
	background: rgba(0, 0, 0, 0.75);
}
.card-prod .cp-cover:after {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid transparent;
	transition: all ease .25s;
}
.card-prod:hover .cp-cover:after {
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border: 1px solid #fff;
}
.card-prod a {
	font-size: 2.5rem;
	position: absolute;
	line-height: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	transition: all ease .25s;
}
.card-prod:hover a {
	margin-top: -15%;
}
.card-prod button {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    left: 30%;
		margin: auto;
		opacity: 0;
		transition: all ease .25s;
}
.card-prod:hover button {
	opacity: 1;
	bottom: 25%;
}
.bg-moldes {
	background: url(/frontend/images/bg-moldes.jpg) center center no-repeat #e62045;
}
.bg-tulipas {
	background: url(/frontend/images/bg-tulipas.jpg) center center no-repeat #4fc1d9;
}
.bg-papeleria {
	background: url(/frontend/images/bg-papeleria.jpg) center center no-repeat #fc5fb0;
}
.bg-category-capsulas {
	background: url(/frontend/images/bg-category-capsulas.jpg) right top no-repeat #f8f9fa;
}
.bg-category-moldes {
	background: url(/frontend/images/bg-category-moldes.jpg) center bottom no-repeat #f8f9fa;
}
.bg-category-papeleria {
	background: url(/frontend/images/bg-category-papeleria.jpg) center center no-repeat #f8f9fa;
}
.bg-category-capsulas,
.bg-category-moldes,
.bg-category-papeleria {
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 220px;
}
.text-shadow-1 {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.bg-calidad {
	background: url(/frontend/images/bg-calidad.jpg) center center no-repeat #262932;
	background-size: cover;
}
.bg-calidad span {
	font-size: 3.5rem;
}
.bg-novedad-home {
	width: 100%;
	height: 100%;
	min-height: 250px;
	background-position: center center;
	background-repeat: no-repeat
}
.bg-rosa {
	background: #e62045;
}
.text-rosa {
	color: #e62045;
}
a.text-rosa:hover {
	color: #b6092a;
}
.bg-verde {
	background: #c8f47b;
}
.text-verde {
	color: #3ac180;
}
.bg-naranja {
	background: #d36421;
}
.p-2rem {
	padding: 2rem;
}

/****** CONTACTO *******/
.datos-contacto p {
	line-height: 1.5;
}
.datos-contacto h3 {
	font-size: 2rem;
	margin: 20px 0 10px;
	font-weight: 600;
}
.fx-fading-circle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
}
.loading {
    display: none;
}
.form-label {
	text-transform: uppercase;
	font-weight: bold;
	font-size:.85rem;
	letter-spacing: .05rem;
}
input.form-control, textarea.form-control {
	font-family: 'Lato', sans serif;
	font-weight: 300;
	border-radius: 10px;
}
input.form-control {
	height: calc(1.5em + .75rem + 10px);
}
textarea.form-control {
	height: 130px;
	resize: none;
}
.form-group {
	margin-bottom: 1.5rem;
}
.form-control:focus {
    border-color: #dca168;
    box-shadow: 0 0 0 0.2rem rgba(220,161,104,.25);
}
.has-error .form-control {
		border-color: #dc3545 !important;
}
.help-block{
	color: #dc3545;
}
.icono-contacto {
	font-size:2rem;
	border: rgba(255,255,255,.5) solid 2px;
	padding: 15px;
	border-radius: 50%;
}

/****** SUSTENTABILIDAD *******/

.title-section {
	background: url(/frontend/images/bg-section-sustentabilidad.jpg) center center no-repeat #2e3a42;
	background-size: cover;
	padding: 200px 0 100px;
}
.title-section h2 {
	font-size: 2rem;
}

/****** PRODUCTOS *******/
.listado-producto figure {
	overflow: hidden;
}
.listado-producto button {
	z-index: 2;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	visibility: hidden;
}
.listado-producto figure span {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
		opacity: .9;
    transform: translateY(98%);
    transition: all ease .3s;
}
.listado-producto:hover figure span {
	transform: translateY(0);
}
.listado-producto:hover button {
	visibility: visible;
}
.listado-producto h5 {
	color: #3a2119;
}
.listado-producto p {
	color: #524a47;
}
.listado-producto:hover {
	text-decoration: none;
}
.listado-producto.hvr-grow:hover, .listado-producto.hvr-grow:focus, .listado-producto.hvr-grow:active {
	transform: scale(1.05);
}
.btn-category {
	background-size: contain;
	display: block;
	padding: 55px 35px;
	height: 150px;
}
.btn-category:hover {
	text-decoration: none;
}
a.btn-category[href*="moldes-de-coccion"] {
	background: url(/frontend/images/bg-boton-categoria-moldes.png) left center no-repeat;
	color: #fff;
	border-right: 10px solid #3a2119;
}
a.btn-category[href*="papeleria-y-cartonaje"] {
	background: url(/frontend/images/bg-boton-categoria-papeleria.png) left center no-repeat;
	color: #47261c;
	border-right: 10px solid #ffe2b9;
}
.btn-category.hvr-grow-shadow:hover {
	transform: scale(1.025);
}
.compartir-rrss a {
	width: 30px;
	height: 30px;
	color: #fff;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	border-radius: 15px;
	margin-left: 5px;
	text-decoration: none;
}
.compartir-rrss .addthis_button_facebook {
	background: #5e81c7;
}
.compartir-rrss .addthis_button_twitter {
	background: #18c5f7;
}
.compartir-rrss .addthis_button_whatsapp {
	background: #25d366;
}
.compartir-rrss .addthis_button_email {
	background: #f39610;
}
blockquote {
	background: #f9f5ef;
	border: 10px solid #f4efe8;
	padding: 25px 40px;
	margin: 2rem 0;
}
.medidas-producto {
	background: url(/frontend/images/icono-medidas.png) left center no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn-volver {
	position: absolute;
	top: -20px;
	right: 15px;
	z-index: 100;
	color: #888a8f;
}
.btn-volver span {
	margin-right: 5px;
	font-size: .75rem;
}
.btn-volver:hover {
	text-decoration: none;
	color: #57585a;
}
.btn-volver:hover span {
	margin-right: 10px;
	transition: .3s all ease;
}

/****** MEDIA QUERYS *******/
/****** SM *******/
@media (min-width: 576px) {
	.lista-2-cols {
		column-count: 1;
	}
	#carrusel-home-clientes .slick-slide {
		margin: 0 28px;
	}
	.title-section h2 {
		font-size: 2.75rem;
	}
	.btn-category {
		border: 0 !important;
	}
}

/****** MD *******/
@media (min-width: 768px) {
	h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 3.75rem;
	}
	h3 {
		font-size: 2.75rem;
	}
	h4 {
		font-size: 2rem;
	}
	h5 {
		font-size: 1.5rem;
	}
	h6 {
		font-size: 1.125rem;
	}
	p {
		font-size: 1rem;
	}
	.lista-2-cols {
		column-count: 2;
	}
	#carrusel-home-principal .slider-content h1 {
		font-size: 5rem;
	}
	#carrusel-home-principal .slider-content h2 {
		font-size: 8rem;
	}
	#carrusel-home-principal .slider-content h3 {
		font-size: 2.75rem;
	}
	#carrusel-home-clientes .slick-slide {
		margin: 0 30px;
	}
	.btn-category {
		padding-top: 45px;
	}
}

/****** LG *******/
@media (min-width: 992px) {
	#carrusel-home-clientes .slick-slide {
		margin: 0 38px;
	}
	.title-section {
		padding: 220px 0 160px;
	}
	.title-section h2 {
		font-size: 3.75rem;
	}
	.btn-volver {
		top: 0;
	}
	.card-prod a {
		font-size: 2rem;
	}
	.card-prod {
		height: 400px;
	}
}

/****** XL *******/
@media (min-width: 1200px) {
	.card-prod a {
		font-size: 2.5rem;
	}
}
