/*
Theme Name: Helados Bon
Author: Andres J. Villar - Merit Designs
Author URI: http://meritdesigns.com
Description: Wordpress Theme
Version: 1.0
*/
@font-face {
    font-family: 'Nexa';
    src: url('fonts/Nexa-Regular.eot');
    src: url('fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nexa-Regular.woff2') format('woff2'),
        url('fonts/Nexa-Regular.woff') format('woff'),
        url('fonts/Nexa-Regular.ttf') format('truetype'),
        url('fonts/Nexa-Regular.svg#Nexa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('fonts/NexaBold.eot');
    src: url('fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NexaBold.woff2') format('woff2'),
        url('fonts/NexaBold.woff') format('woff'),
        url('fonts/NexaBold.ttf') format('truetype'),
        url('fonts/NexaBold.svg#NexaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Seven';
    src: url('fonts/NoSevenRegular.eot');
    src: url('fonts/NoSevenRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NoSevenRegular.woff2') format('woff2'),
        url('fonts/NoSevenRegular.woff') format('woff'),
        url('fonts/NoSevenRegular.ttf') format('truetype'),
        url('fonts/NoSevenRegular.svg#No.SevenRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body {
	font-family: 'Nexa', sans-serif;
	font-size: 16px;
	color: #666;
	background: #fff;
	padding-top: 68px !important; 
}
.container, .container-fluid {
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}
.cc-floating {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 12px 10%;
	z-index: 100;
}
.cc-floating a.cc-link {
	color: #ffa300 !important;
}
.cc-floating a.cc-btn {
	display: inline-block;
	clear: both;
	margin-top: 12px;
	border: 1px solid #ffa300 !important;
	color: #ffa300 !important;
	padding: 7px 20px;
	border-radius: 4px;
	text-decoration: none;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.transition {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000;
}
.black {
	color: #000;
}
.bg-black {
	background: #000;
}
.white {
	color: #fff;
}
.bg-white {
	background: #fff;
}
.yellow {
	color: #ffd600;
}
.bg-yellow {
	background: #f8b413;
}
.red {
	color: #DD002B;
}
.bg-red {
	background: #E31D1A;
}
.bg-grey {
	background: #f0f0f0;
}
.green {
	color: #168a35;
}
.bg-green {
	background: #168a35;
}
.seven {
	font-family: 'Seven', sans-serif;
}
.brown {
	color: #905126;
}
span.separa {
	display: inline-block;
	width: 10px;
}

/**** HEADER ****/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.topbar {
	background: url(images/top.jpg) no-repeat top center;
	background-size: cover 80px;
}
.block-top {
	display: inline-block;
	float: right;
	width: 180px;
	color: #fff;
	font-size: 14px;
	padding-top: 15px;
}
.block-top.delivery {
	text-align: center;
	padding-top: 18px;
}
.block-top.contact1 img, .block-top.contact2 img {
	width: 14px;
	height: 14px;
	margin-right: 6px;
}
.block-top.menu {
	text-align: right;
	width: 110px;
	padding-top: 24px;
}
.block-top.menu button {
	background: none;
	border: none;
	padding: 0;
}
.block-top.menu img {
	width: 30px;
	margin-left: 6px;
	position: relative;
	top: -2px;
}
.menuoverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
}
.menuoverlay.visible {
	opacity: 1;
	z-index: 9999;
}
.mainmenu {
	position: relative;
	padding-top: 60px;
}
.mainmenu a {
    font-family: 'Nexa', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    display: block;
    margin: 18px 10px;
    text-transform: uppercase;
}
.mainmenu a.active, .mainmenu a:hover, .mainmenu a:focus {
	color: #F61721;
}
#closemenu {
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    right: 18px;
    top: 19px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
#closemenu img {
	margin-left: 6px;
	width: 27px;
}
.submenu {
	opacity: 0;
	height: 0;
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: absolute;
}
.submenu a {
	display: none;
}
.submenu.visible a {
	display: block;
}
.submenu.visible {
	opacity: 1;
	height: auto;
	position: relative;
}
.submenu a {
    font-size: 16px;
    margin: 14px 10px;
}

@media(max-width: 767px) {
	.block-top.delivery {
		display: none;
	}
	.logo img {
		width: 104px;
	}
}

@media(max-width: 698px) {
	.block-top.contact1 {
		display: none;
	}
}

@media(max-width: 498px) {
	.block-top.contact2 {
		display: none;
	}
}


/**** HOME ***/
#carousel-home {
	width: 100%;
}
#carousel-home .item {
	/** height: 560px; **/
}
#carousel-home .imagen-slide {
	width: 100%;
	/** height: 100%; **/
}
#carousel-home .controles {
	position: absolute;
	bottom: 0;
	right: 15px;
	display: none;
}
#carousel-home .controles a {
	position: relative;
	top: -40px;
	margin: 0 2px;
	opacity: 0.9;
	display: inline-block;
	width: 40px;
}
#carousel-home .controles a:hover {
	opacity:1;
}
.parallax {
	padding-top: 100px;
	padding-bottom: 100px;
}
.parallax .contenido {
	background: rgba(0,0,0,0.8);
	padding: 20px 30px;
	color: #fff;
	display: inline-block;
	width: 440px;
	max-width: 100%;
	float: right;
}
.parallax .contenido a, .parallax .contenido a:hover, .parallax .contenido a:focus {
	color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: normal;
}
.parallax img {
	margin: 15px 0;
}
.temporada-content {
	position: relative;
	padding-top: 50px;
	padding-bottom: 32px;
}
.temporada-content img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 320px;
	max-width: 35%;
}
.temporada-content p {
	color: #fff;
	font-size: 58px;
	margin: 0;
	padding: 0;
}
.novedades {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.novedades img {
	height: 310px;
	float: left;
}
.separador {
	height: 7px;
	width: 100%;
	background: url(images/separator.jpg) no-repeat center center;
	background-size: cover 7px;
}
.insignia {
	background: url(images/yellow.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
	color: #000;
}
.insignia p {
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.insignia p.titulo {
	font-size: 18px;
}
.insignia h2 {
	font-size: 48px;
	margin: 20px 0;
}
.sello-delivery img {
	float: left;
	max-width: 45%;
}
.sello-delivery span {
	padding-left: 5%;
	vertical-align: middle;
	display: inline-block;
	max-width: 50%;
	padding-top: 15%;
}
.sello-contactos {
	color: #000;
	font-size: 15px;
	padding-right: 50%;
	padding-top: 36px;
	position: relative;
}
.sello-contactos img {
	margin-right: 5px;
}
.sello-contactos span.line {
	height: 1px;
	width: 70%;
	background: #C12118;
	display: inline-block;
	margin: 0 0 5px 0;
}
.delivery-home {
	position: relative;
}
.delivery-home .helado {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 20%;
}
.popup {
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.popup .container-popup {
	width: 540px;
	max-width: 100%;
	margin: 0 auto;
}
.popup .carousel {
	background: #fff;
	padding: 36px 10px 10px 10px;
}
.popup .item img {
	width: 100%;
}
.popup .carousel-control.left {
    background: none !important;
    filter: none !important;
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    opacity: 1;
    top: 45%;
}
.popup .carousel-control.right {
    background: none !important;
    filter: none !important;
    right: -50px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    opacity: 1;
    top: 45%;
}
.container-popup {
	position: relative;
}
a#closepopup {
    background: #000;
    color: #fff;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    position: absolute;
    right: 10px;
    top: 6px;
    z-index: 1000;
    line-height: 26px;
    padding-left: 1px;
}

/**** FOOTER ****/
footer {
    background: #000;
    color: #a8a8a8;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 12px;
    position: relative;
    z-index: 100;
}
.menufooter {
	text-align: left;
	margin-top: 10px;
}
.menufooter a {
	color: #a8a8a8;
	display: inline-block;
	margin-left: 12px;
}
.menufooter a:hover, .menufooter a:focus, .menufooter a.active {
	color: #F61721;
}
.contacts-footer p.direccion {
	position: relative;
	padding-left: 25px;
}
.contacts-footer p.direccion img {
	position: absolute;
	left: 0;
}
.contacts-footer img {
	margin-right: 5px;
}
.contacts-footer .fa {
	color: #FFB718;
	font-size: 19px;
	margin-right: 5px;
}
.contacts-footer .correo {
	display: inline-block;
	margin-left: 15px;
}
.social-footer .fa {
	margin-top: 20px;
	margin-right: 10px;
	font-size: 22px;
	color: #FFB718;
}
.developer {
	text-align: right;
}
.developer a {
	color: #a8a8a8;
}


/*** PAGINAS ***/
.cab-yellow {
	background: url(images/cab-yellow.jpg) no-repeat top center;
}
.cab-nosotros {
	background: url(images/cab-nosotros.png) no-repeat top center;
}
.cab-blue {
	background: url(images/cab-blue.png) no-repeat top center;
}
.cab-black {
	background: url(images/cab-black.png) no-repeat top center;
}
.container-cab {
	padding-left: 80px;
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
}
.container-cab img.absolute {
	position: absolute;
	right: 10px;
	bottom: 0;
	max-width: 50%;
}
.maincontent {
	background: #fff;
	padding: 20px 30px;
}
form input[type="text"], form input[type="email"], form select {
	border: 1px solid #ccc;
	padding: 14px;
	margin-bottom: 15px;
	width: 100%;
}
form textarea {
	border: 1px solid #ccc;
	padding: 14px;
	margin-bottom: 15px;
	width: 100%;
}
form input[type="submit"], form button {
	background: #f61721;
	color: #fff;
	padding: 14px;
	width: 100%;
	text-transform: uppercase;
	border: none;
}
form input[type="submit"]:hover, form button:hover {
	background: #cd121a;
}
iframe {
	width: 100%;
	height: 500px;
}
.alert.alert-info {
	background: #fff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 10px solid #00af40;
	padding: 20px;
	border-radius: 0;
	color: #00af40;
}
.alert.alert-danger {
	background: #fff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 10px solid #f61721;
	padding: 20px;
	border-radius: 0;
	color: #f61721;
}
.col-sm-4.border, .col-sm-6.border {
	border-right: 1px solid #fff;
}
.about {
	padding-left: 30px;
	min-height: 170px;
}
.images-asociate {
	margin: 0 -2px;
}
.images-asociate img {
	float: left;
	width: 25%;
	border: 2px solid #fff;
}
.asociate ul {
	padding-left: 15px;
}
.maincontent.yogen {
	padding: 15px;
}
.content-yogen {
	position: relative;
	background: #f27cb1;
	color: #fff;
	padding-bottom: 20px;
}
.content-yogen .text1, .content-yogen .text2 {
	text-align: right;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	padding-right: 50%;
}
.content-yogen .text2 {
	background: #db7398;
}
.content-yogen p {
	margin: 0;
	padding: 0;
}
img.yogen-absolute {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 44%;
}
.menus {
	text-align: center;
}
.sabor {
	display: inline-block;
	max-width: 31%;
	padding: 1%;
}
.presentaciones img {
	height: 270px;
	margin: 5px 4px;
}
.presentaciones.etnegra img {
	height: 320px;
	margin: 5px 4px;
}
.img-noticia {
	display: inline-block;
	width: 100%;
	height: 220px;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.owl-nav, .owl-dots {
	text-align: center;
	margin-top: 0;
}
.owl-nav {
	display: none !important;
}
.owl-carousel button.owl-dot {
    font-size: 14px;
    color: #fff;
    background: #fff;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 0;
    border-radius: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    line-height: 14px;
    opacity: 0.8;
}
.owl-carousel button.owl-dot.active {
	background: #ff101c;
}
.counters {
	background: url(images/numbers.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.counters .col-sm-3 {
	padding: 0;
}
.numbers {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.number1, .number2, .number3 {
	border-right: 1px solid #555555;
}
.numbers .fa {
	font-size: 36px;
}
.counter-cont {
	font-size: 50px;
	line-height: 50px;
	margin-top: 20px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.numbers p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    margin-top: 12px;
    padding-top: 0;
}
.smoothies h1 {
	color: #ed78a4;
	font-size: 70px;
	padding-top: 100px;
	font-weight: normal;
}
.regimenesespeciales .col-sm-6 {
	text-align: center;
}
.regimenesespeciales .col-sm-6 img {
	max-width: 80%;
}
.sabor.copas {
	padding: 20px;
}
.sabor.copas .bg-prod {
    background: #f8f8f8;
    color: #ff0028;
    font-size: 18px;
    font-weight: 600;
}
.sabor.copas .bg-prod::before {
    content: '';
    width: 100%;
    height: 5px;
    background: url(images/separator.jpg) no-repeat center center;
   	display: block;
    background-size: 100% 5px;
}

.tit-copa {
	margin-bottom: 20px;
	padding: 12px;
}
.regespeciales {
	position:relative;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 38%;
}
.regespeciales p  {
	margin: 10px 0;
}
img.imgregimenes {
	position:absolute;
	bottom: 0;
	left: 40px;
	max-width:30%;
}

@media(max-width: 1180px) {
	.novedades img {
		height: auto;
		float: none;
	}
	.novedades img::before {
		content: '';
		display: block;
		clear: both;
	}
}
@media(max-width: 991px) {
	/**
	#carousel-home .item {
		height: 460px;
	}
	***/
	.temporada-content p {
		font-size: 50px;
	}
}

@media(max-width: 767px) {
	/**
	#carousel-home .item {
		height: 380px;
	}
	***/
	.temporada-content p {
		font-size: 40px;
	}
	.temporada-content img {
		display: none;
	}
	.novedades img {
		width: 100%;
		margin-bottom: 5px;
	}
	.delivery-home .helado {
		display: none;
	}
	.sello-contactos {
		padding-left: 25%;
		padding-bottom: 30px;
		padding-top: 0;
	}
	.sello-contactos p {
		width: 100%;
		padding-right: 0;
	}
	.sello-contactos {
		padding-right: 15px;
	}
	.menufooter {
		text-align: left;
		display: none;
	}
	.developer {
		text-align: left;
	}
	.logofooter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.popup .carousel-control.left {
	    left: 50%;
	    right: 50%;
	    top: inherit;
	    bottom: -50px;
	    margin-left: -50px;
	}
	.popup .carousel-control.right {
	    left: 50%;
	    right: 50%;
	    top: inherit;
	    bottom: -50px;
	    margin-right: -50px;
	}
	.container-cab {
		padding-left: 0;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.col-sm-4.border, .col-sm-6.border {
		border-right: none;
	}
	.about {
		padding-left: 15px;
		min-height: auto;
	}
	.col-sm-4.border {
		margin-bottom: 40px;
	}
	.images-asociate img {
		float: left;
		width: 50%;
		border: 2px solid #fff;
	}
	.content-yogen .text1 {
		text-align: left;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.content-yogen .text2 {
		text-align: left;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 30px;
		padding-right: 31%;
	}
	.content-yogen img.yogen-absolute {
		max-width: 30%;
	}
	.logoyogen {
		max-width: 50%;
	}
	.sabor {
		max-width: 48%;
		padding: 1%;
	}
	.smoothies h1 {
		color: #ed78a4;
		font-size: 52px;
		padding-top: 0;
		font-weight: normal;
	}
	.number1, .number2, .number3 {
		border: none !important;
		margin-bottom: 20px;
	}
	.regespeciales {
		padding-top: 30px;
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	img.imgregimenes {
		position:relative;
		bottom: inherit;
		left: inherit;
		max-width: 40%;
		float: left;
		margin-right:;
	}
	.heladosreg img {
		margin-top: 30px;
		width: 300px;
		max-width: 90%;
	}
}

@media(max-width: 498px) {
	/**
	#carousel-home .item {
		height: 310px;
	}
	***/
	.temporada-content p {
		font-size: 34px;
	}
	.insignia h2 {
		font-size: 40px;
	}
	.sello-delivery img {
		float: none;
		max-width: 100%;
		padding: 0 20%;
	}
	.sello-delivery span {
		padding-left: 0;
		max-width: 100%;
		padding-top: 0;
		text-align: center;
		margin-top: 20px;
	}
	.sello-contactos {
		padding-left: 20%;
	}
	.content-yogen .text2 {
		padding-right: 32%;
		padding-left: 15px;
	}
	.content-yogen .text1 {
		padding-left: 15px;
	}
	.content-yogen img.yogen-absolute {
		max-width: 42%;
	}
	.logoyogen {
		max-width: 70%;
	}
	.sabor {
		max-width: 49%;
		padding: 1%;
	}
	.container-cab img.tituloseccion {
		position: relative;
		z-index: 100;
	}
	.presentaciones img {
		height: 240px;
		margin: 5px 4px;
	}
	img.envase3 {
		margin-top: 30px !important;
	}
	img.imgregimenes {
		position:relative;
		bottom: inherit;
		left: inherit;
		max-width: 80%;
		float: none;
		margin: 0 auto;
		display: block;

	}
}

@media(max-width: 398px) {
	.sabor {
		max-width: 96%;
		padding: 1%;
	}
}

h1.titlesyogen {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.intro-paddings {
	padding-left: 15%;
	padding-right: 15%;
}
.mix {
	padding-top: 20px;
}
.mix h3 {
	color: #00a4e3;
	font-size: 20px;
}
.bg-blue {
	background: #00a5e4;
	color: #fff;
}
.bg-pink {
	background: #ee7aa7;
	color: #fff;
}
.agregados h4 {
	text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.agregados ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.agregados li {
	float: left;
	width: 33.3%;
	position: relative;
	padding-left: 16px;
}
.agregados.secos li {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 16px;
}
.agregados li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 5px;
}
.compromiso {
	font-size: 20px;
}

@media(max-width: 498px) {
	.agregados li {
		float: none;
		width: 100%;
		position: relative;
		padding-left: 16px;
	}
	.agregados.secos li {
		float: none;
		width: 100%;
	}
}


#carousel-menu .carousel-control.left, #carousel-menu .carousel-control.right {
	background: none !important;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	align-items: center;
	width: 66px;
	justify-content: center;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-heading .accordion-toggle {
    color: #333;
    font-weight: normal;
    text-decoration: none !important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    padding-top: 3px;
    padding-bottom: 3px;
}
.panel-heading .accordion-toggle {
    position: relative;
    display: block;
    padding-right: 40px !important;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\2212"; /* adjust as needed, taken from bootstrap.css */
  color: #333; /* adjust as needed */
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -2px;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\2b"; /* adjust as needed, taken from bootstrap.css */
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -2px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}