body {
	font-family: 'Cabin', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #FFFFFF;
}
.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-down a {
    display: block;
    text-decoration: none;
}

.arrow-down {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-left: 5px solid white;
    border-bottom: 5px solid white;
    transform: rotate(45deg);
    animation: bounce 1.5s infinite;
}
.logo-container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 8000;
	padding: 0px;
}

.slider-cont {
	min-height: auto;
	overflow: hidden;
}

.slider-cont .item {
	min-height: 380px;
	overflow: hidden;
	background: center center no-repeat #FFFFFF;
	background-size: cover;
}

/* MENU */
.menu-cont {
	background-color: #f8d271;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	color: #FFFFFF;
	font-size: 17px;
	padding: 20px 15px;
	margin-right: 0px;
	background: transparent;
	border-bottom: #ecc255 1px solid;
}

.menu a:last-child {
	margin-right: 0px;
	border-bottom: none;
}

.menu a:hover, #actived {
	background: none;
	text-decoration: none;
	color: #643510;
}

section.textos {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}

.textos h2 {
	color: #58595B;
	margin-bottom: 30px;
}

.textos p {
	color: #58595B;
	font-size: 17px;
	line-height: 1.6;
}

.thumbs-cont {
	margin-bottom: 85px;
}

.thumbs-cont img {
	margin-bottom: 15px;
}

.textos-home h4 {
    background-color: #b07c57;
    color: #FFFFFF;
    font-size: 19px;
    padding: 5px 19px;
    display: inline-block;
    border-radius: 3px;
}

/* FOOOTER */
footer {
	background-color: #B07C57;
	padding-top: 45px;
	padding-bottom: 45px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

footer a:link, footer a:visited, footer a:active {
	color: #FFFFFF;
}

footer i.fa {
	margin-left: 15px;
	margin-right: 5px;
	font-size: 16px;
}

/* PRODUCTOS */
.item-producto {
	position: relative;
	margin-bottom: 45px;
}

.descr-productos {
	text-align: center;
	display: inline-block;
	min-height: auto;
	display: table;
	width: 100%;
}

.v-align {
	display: table-cell;
	vertical-align: middle;
}

.descr-productos h4 {
	color: #643510;
	font-size: 23px;
	font-weight: 600;
}

.presentaciones, .cantidades {
	font-size: 17px;
	color: #58595B;
}

.presentaciones {
	font-size: 15px;
}

.cantidades {
	border-left: none;
}

/* CONTACTO */
.datos-postales {
	text-align: center;
	margin-bottom: 25px;
}

.datos-postales i.fa {
    color: #dcb79d;
    font-size: 30px;
    margin-right: 0px;
    display: block;
}

.form-cont {
	text-align: left;
}

.form-cont input[type="text"], .form-cont input[type="email"], .form-cont input[type="tel"], .form-cont textarea {
	background-color: #fdf2d6;
	width: 100%;
	padding: 12px 18px;
	border: none;
	margin-bottom: 15px;
	font-style: italic;
	font-size: 15px;
}

.btn-enviar {
	background-color: #f0ebe7;
	color: #a3a2a1;
	border-radius: 0px;
	text-transform: uppercase;
	font-style: italic;
	border: none;
	float: right;
	padding: 8px 45px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.resultados {
    border: 1px solid #b07c57;
    color: #b07c57;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 9px 12px;
    border-radius: 3px;
    display: none;
}

.btn-enviar:hover {
	color: #58595B;
}

.mapa-cont {
	padding: 0px;
}

#map {
	height: 450px;
}

.loading {
	position: fixed;
	z-index: 50000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	opacity: 0.85;
	display: none;
}

.loading img {
}

.pedido-bloque {
    background-color: #f8d271;
    font-size: 25px;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 5px;
    color: #734a2d;
}
.pedido-bloque i {
	display: block;
	font-size: 45px;
	margin-bottom: 10px;
	color: #b07c57;
}

.chat {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}

.chat__bubble--whatsapp {
    background-color: #4caf50;
    font-size: 3rem;
}

.chat__bubble--whatsapp:hover {
	background-color: #39883c
}

.chat__bubble {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.chat__icon {
    color: #fff;    
}

.chat a {
	text-decoration: none;
}

.tooltip {
	font-family: 'Cabin', sans-serif;
	font-size: 1.6rem;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.slider-cont {
		min-height: 600px;
	}

	.slider-cont .item {
		min-height: 600px;
		overflow: hidden;
		background: center center no-repeat #FFFFFF;
		background-size: cover;
	}

	.menu-cont {
		background-color: #f8d271;
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
	}

	.menu a:link, .menu a:visited, .menu a:active {
		display: inline-block;
		color: #FFFFFF;
		font-size: 17px;
		padding: 25px 15px;
		margin-right: 15px;
		background: transparent;
		border-bottom: none;
	}

	.menu a:hover, #actived {
		background: url(../images/btn-hover.png) top center no-repeat;
		text-decoration: none;
		color: #FFFFFF;
	}

	.item-producto {
		position: relative;
		margin-bottom: 25px;
	}

	.descr-productos {
		text-align: left;
		display: inline-block;
		min-height: 305.23px;
		display: table;
		width: 58.33333333%;
	}


	.cantidades {
		border-left: 2px solid #643510;
	}

	.presentaciones, .cantidades {
		font-size: 17px;
		color: #58595B;
	}

	.datos-postales {
		text-align: left;
		margin-bottom: 25px;
	}

	.datos-postales i.fa {
		color: #B07C57;
		font-size: 22px;
		margin-right: 10px;
		display: inline-block;
	}


	footer i.fa {
		margin-left: 15px;
		margin-right: 5px;
		font-size: 22px;
	}

}
@media (max-width: 768px) {
	.scroll-down {
    display: none!important;
 }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0) rotate(45deg);
    }
    50% {
        transform: translateY(10px) rotate(45deg);
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }