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

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

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

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

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

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

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

* {
    font-smooth:always;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    min-width:320px; 
	font-family:'gotham-book', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
    color:#000;
}

img {
    margin:0;
    padding:0;
    border:none;
     transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
}

a {
    text-decoration:none;
    outline:none;
     transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
}

h1, h2, h3 {
    font-weight:normal;
}

p {
    margin:0;
    padding:0;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

section {
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
}

iframe {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

#contenedor {
	display:inline-block;
	width:100%;
	text-align:center;
	margin:0 auto;
}

h1 {
	font-family:'Frambuesa-Black', Arial, Helvetica, sans-serif;
    font-size:42px;
    margin:60px auto 40px;
}

.thumb {
	float:left;
	width:100%;
  	margin:0;
  	padding:0;
  	border:none;
}

.thumb.mobile {
	display:none;
}


/*/// SLIDER ///*/

section.slider {
	position:relative;
}

.ClipSlide {
	margin-top:0;
	overflow:hidden;
}

#slider_ch {
	display:none;
}

.entity-img {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%;
} 

.swiper-wrapper {
	transition:all .25s ease;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:18px;
	height:18px;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	border:2px solid #FFF;
	border-radius:50%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 11px;
	position:relative;
	width:12px;
	height:12px;
	background-color:#FFF;
	opacity:.4;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity:1; }
.swiper-pagination {
	bottom:35px !important;
}

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

.centrador-slide {
    position:relative;
    max-width:1440px;
    height:100%;
    width:100%;
    color:#FFF;
    margin:0 auto;
    padding:0 10px;
}

.centrador-slide-vertical {
    width:100%;
    height:100%;
    display:table;
}

/*.contenido-slide {
    display:table-cell;
    vertical-align:middle;
}

.titulos_slider {
    display:block;
    width:600px;
    font-family:'Frambuesa-Black', Arial, Helvetica, sans-serif;
    font-size:41px;
    line-height:42px;
    letter-spacing:1px;
    text-align:center;
    color:#E2E1D3;
    margin:-30px auto 0;
}*/

.contenido-slide {
    display:table-cell;
    vertical-align:bottom;
}

.ClipBanner .contenido-slide {
    vertical-align:middle;
}

.titulos_slider {
	position:relative;
    display:block;
    width:600px;
    bottom:90px;
    font-family:'Frambuesa-Black', Arial, Helvetica, sans-serif;
    font-size:37px;
    line-height:48px;
    letter-spacing:1px;
    text-align:center;
    margin:0 auto;
}

.ClipBanner .titulos_slider {
    bottom:initial;
}

.titulos_slider p {
    font-size:29px;
    line-height:30px;
    color:#B6A762;
}

.barras_banner {
	position:absolute;
	width:140px;
	top:0;
	left:0;
	right:0;
	margin:auto; 
}

.adorno {
	width:20px;
	height:auto;
	margin:0 10px;
}

.tiras_slider {
	position:absolute;
	height:800px;
	right:28px;
	bottom:0;
}


/*/// HEADER ///*/

header {
	position:relative;
	width:100%;
	max-width:1440px;
	min-width:320px;
	margin:0 auto;
	z-index:100;
	padding:0 50px;
}

.ClipLeft_hd {
	font-family:'Frambuesa-Black', Arial, Helvetica, sans-serif;
	margin-top:96px;
}

.desde_negro {
	width:121px;
	margin-bottom:3px;
}

.ClipLeft_hd span {
	display:block;
	font-size:21px;
	font-family:'Frambuesa-Medium', Arial, Helvetica, sans-serif;
}

.ClipHD {
	display:block;
	width:200px;
	text-align:center;
	margin:-150px auto 0;
}

.barras_1 {
	width:140px;
	margin-bottom:-90px;
}

.ClipLogo {
	position:relative;
	width:200px;
}

.logo {
	width:200px;
}

.barras_2 {
	display:inline-block;
	width:140px;
	margin-top:-33px;
	margin-bottom:-60px;
}

.barras_3 {
	position:relative;
	display:block;
	width:140px;
	margin:-52px auto -20px;
	text-align:center;
	z-index:9;
}

ul.navegacion {
	float:right;
	list-style-type:none;
	margin-top:-139px;
	margin-right:-3%;
	padding:0;
	font-size:0;
}

ul.navegacion li {
	position:relative;
	display:inline-block;
	padding:0 20px 16px;
}

ul.navegacion li a {
	display:inline-block;
	font-family:'gotham-medium', Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#000;
}

ul.navegacion li a:hover {
	color:#D2B76E;
}

#MenuH {
    display:none;
	position:absolute;
	top:5px;
	right:35px;
}

.menu {
    display:inline-block;
    width:40px;
    height:30px;
}

#mmenu:active,
#mmenu:focus {
	outline:none;
	background:none;
	border:none;
}

#elmenu {
	display:none;
	position:absolute;
	width:100%;
	top:0;
	padding-bottom:40px;
	background:#FFF;
	z-index:300;
}

.ClipCerrar {
	display:block;
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}

.ico-cerrar {
	display:inline-block;
	width:20px;
	height:20px;
	border:none;
}

ul.botones {
	padding-top:7px;
	padding-left:0;
}

ul.botones li {
	padding-bottom:18px;
	text-align:center;
}

ul.botones li a {
	display:inline-block;
	font-family:'gotham-medium', Arial, Helvetica, sans-serif;
    font-size:17px;
	line-height:23px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

ul.botones li a:hover {
	color:#D2B76E;
}

.ClipLogoHamb {
	text-align:center;
	margin:20px auto 45px;
}

.logo_hamb {
	width:160px;
}

#elmenu .desde_negro {
	display:block;
	width:100px;
	margin:10px auto 7px;
}

#elmenu span {
	display:block;
	font-family:'Frambuesa-Medium', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	color:#B6A762;
}


/*/// GUSTOS ///*/

#gustos h1 {
	font-size:36px;
	padding:40px 0;
}

.firulete {
	width:33px;
	height:auto;
	margin:0 10px 4px;
}

.main {
	margin-top:-20px;
	padding:50px 0 60px;
}

.main.dulces {
	color:#FFF;
	background:#2D2A29;
}

.main p {
	color:#FFF;
}

.main.bandas p {
	color:#FFF;
}

#gustos h2 {
	position:relative;	
	display:inline-block;
	width:300px;
	font-family:'Frambuesa-Black', Arial, Helvetica, sans-serif;
    font-size:24px;
    line-height:34px;
    color:#FFF;
    margin:0 auto;
    padding-top:1px;
    background:#121211;
    border:2px solid #FFF;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	-ms-border-radius:50px;
}

#gustos h2.par {
	display:block;
	margin-top:-19px;
}

#gustos .main.cremas {
    width:100%;
    height:100%;
    border:none;
    background-image:url('../imgs/main_cremas.svg');
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#EAE9DB;
}

#gustos .main.cremas p {
	color:#121211;
}

#gustos p {
	font-family:'Frambuesa-Bold', Arial, Helvetica, sans-serif;
	font-size:18px;
    line-height:30px;
    letter-spacing:0.5px;
}

#gustos p.descripcion {
	font-family:'Frambuesa-Medium', Arial, Helvetica, sans-serif;
    margin:-3px 0 15px;
}

#gustos .main.frutas {
	background:#FFF;
}

#gustos .main.frutas p {
	color:#22223B;
}


/*/// LOCALES ///*/

#locales {
	margin-top:20px;
}

.barras_4 {
	position:relative;
	display:inline-block;
	width:140px;
	margin:-51px auto 60px;
	text-align:center;
	z-index:9;
}

#locales h1 {
	margin:80px auto 25px; 
}

.corazon {
	width:20px;
	height:auto;
	margin:0 10px 5px;
}

.ClipLocales {
	width:100%;
	max-width:1200px;
	margin:auto;
	text-align:center;
}

.col_local {
	float:left;
	width:33.3%;
}

.vector {
	display:block;
	height:80px;
	margin:45px auto 0;
}

.vector.capsula {
	display:inline-block;
	height:75px;
	margin:0;
}

#locales p {
	font-family:'Frambuesa-Medium', Arial, Helvetica, sans-serif;
	font-size:25px;
    line-height:30px;
    letter-spacing:0.5px;
    margin-top:50px;
}

.extrabold {
	font-family:'Frambuesa-ExtraBold', Arial, Helvetica, sans-serif;
}

.ClipTel {
	position:relative;
	display:inline-block;
	width:250px;
	font-family:'Frambuesa-Medium', Arial, Helvetica, sans-serif;
    font-size:21px;
    line-height:30px;
    color:#000;
    margin:20px auto 0;
    padding-top:1px;
    background:#D2B76E;
	border-radius:50px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	-ms-border-radius:50px;
}

.tel {
	font-family:'Frambuesa-ExtraBold', Arial, Helvetica, sans-serif;
	font-size:34px;
}


/*/// HISTORIA ///*/

#historia {
	margin:75px auto 180px;
}

.ClipBanner {
	position:relative;
	float:left;
	overflow:hidden;
}

.ClipBanner .nombre {
	font-size:20px;
	color:#FFF;
	margin-top:35px;
}

.isologo {
	width:128px;
	margin:40px auto 29px;
}

.desde_blanco {
	width:114px;
}

.ClipBanner span {
	display:block;
	font-family:'Frambuesa-Medium', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#B6A762;
	margin-top:-18px;
}

.barras_5 {
	position:relative;
	display:inline-block;
	width:140px;
	margin:-51px auto 0px;
	text-align:center;
	z-index:9;
}

#historia h1 {
	margin-bottom:22px;
}

#historia h2 {
	font-family:'Frambuesa-Bold', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-bottom:44px;
}

.texto {
	width:540px;
	font-family:'gotham-medium', Arial, Helvetica, sans-serif;
    font-size:17px;
	line-height:23px;
	margin:auto;
}


/*/// FOOTER ///*/

.bandon {
	padding:28px 0 44px;
	background:#11120E;
}

.redes {
	text-align:center;
	margin-left:20px;
}

.btn {
	margin:0 20px;
}

.ico-red {
	width:36px;
	margin-right:6px;
	margin-bottom:-12px;
}

.redes span {
	font-size:19px;
	color:#FFF;
}

.banda {
	padding:16px 17px 0;
	height:53px;
	font-family:'gotham-book', Arial, Helvetica, sans-serif;
	background:#FFF;
}

.banda p {
	font-size:16px;
	color:#000;
}

.copy {
	float:left;
}

.credito {
	float:right;
}

.credito a {
	font-family:'gotham-book', Arial, Helvetica, sans-serif;
	color:#000;
}

.credito a:hover {
	color:#0077FE;
}

a.bold {
	font-family:'gotham-black', Arial, Helvetica, sans-serif;
}


/*/// Queries ///*/

@media screen and (max-width:1680px) {
	ul.navegacion { margin-right:0; }
}

@media screen and (max-width:1580px) {
	ul.navegacion { margin-right:5%; }
	.tiras_slider { height:640px; }
}

@media screen and (max-width:1400px) {
	.tiras_slider { height:580px; }
}

@media screen and (max-width:1290px) {
	ul.navegacion { margin-right:3%; }
}

@media screen and (max-width:1270px) {
	.logo { width:160px; }
	.barras_1 { width:110px; margin-bottom:-75px; }
	.barras_2 { width:110px; margin-top:-25px; margin-bottom:-48px; }
	.barras_3 { width:110px; margin:-40px auto -30px; }
	.barras_5 { width:110px; margin-top:-41px; }
	ul.navegacion { display:none; }
	#MenuH  { display:block; }
	.titulos_slider { bottom:70px; }
	h1 { font-size:37px; }
	.ClipLocales { max-width:950px; }
	.vector { height:63px; }
	.vector.capsula { height:57px; }
	#historia { margin-bottom:100px; }
	.main.bandas { background:#F1ECDB; }
	.ClipLeft_hd { margin-top:70px; margin-left:-15px; }
	.ClipHD { margin-top:-120px; }
	.tiras_slider { height:530px; right:22px; }
	.barras_banner { width:110px; }
	.ClipBanner .nombre { margin-top:40px; }
	.isologo { width:100px; margin:20px auto 0; }
}

@media screen and (max-width:1023px) {
	#slider_gr { display:none; }
	#slider_ch { display:block; width:100%; }
	.thumb.desktop { display:none; }
	.thumb.mobile { display:block; }
	.desde_negro { width:114px; }
	.ClipLeft_hd span { font-size:18px; }
	.ClipLocales { max-width:740px; }
	.vector { height:57px; }
	.vector.capsula { height:50px; }
}

@media screen and (max-width:767px) {
	.titulos_slider { width:100%; font-size:30px; line-height:37px; }
	.titulos_slider p { font-size:23px; line-height:26px; }
	.adorno { width:15px; }
	.texto { width:100%; padding:0 50px; }
	.ClipLeft_hd { display:none; }
	.ClipHD { margin-top:0; }
	#MenuH { top:80px; }
	.ClipLocales { max-width:100%; }
	.col_local { width:100%; }
	.vector { height:67px; }
	.vector.capsula { height:60px; }
	#locales h1 { margin:80px auto 10px; }
	.ClipBanner span { margin-top:-10px; }
}

@media screen and (max-width:639px) {
	.barras_banner { width:80px; top:-10px; }
	.ClipBanner .nombre { font-size:14px; margin-top:10px; }
	.isologo { width:60px; margin:15px auto 0; }
	.desde_blanco { width:80px; }
	.ClipBanner span { font-size:14px; margin-top:-15px; }
}

@media screen and (max-width:479px) {
	.ClipLogo { display:block; margin-bottom:-4px; }
	.logo { width:120px; }
	.ClipLogoHamb { margin-bottom:39px; }
	.logo_hamb { width:140px; }
	#MenuH  { top:60px; right:20px; }
	.barras_1 { width:80px; margin-bottom:-51px; }
	.barras_2 { width:80px; margin-top:-15px; margin-bottom:-36px; }
	.barras_3 { width:80px; margin:-29px auto -45px; }
	.barras_5 { width:80px; margin-top:-29px; }
	.titulos_slider { bottom:45px; font-size:23px; line-height:25px; padding-top:18px; }
	.titulos_slider p { font-size:19px; line-height:27px; }
	.adorno { width:14px; margin-bottom:-1px; }
	h1 { font-size:25px; margin:55px auto 35px; }
	#gustos h1 { font-size:25px; padding-top:25px; margin-bottom:0; }
	#gustos h2 { width:280px; font-size:19px; }
	#locales h1 { margin-top:50px; margin-bottom:15px; }
	#locales { margin-top:10px; }
	.firulete { width:25px; margin-bottom:3px; }
	.corazon { width:18px; margin-bottom:1px; }
	.vector { height:57px; margin-top:25px; }
	.vector.capsula { height:50px; }
	#historia { margin:60px auto 60px; }
	#historia h1 { font-size:26px; margin-top:44px; margin-bottom:14px; }
	#historia h2 { font-size:18px; margin-bottom:30px; }
	.texto { font-family:'gotham-book', Arial, Helvetica, sans-serif; font-size:17px; line-height:23px; padding:5px 30px 40px; }
	.bandon { padding:18px 0 28px; }
	.redes { margin-left:0; }
	.ico-red { width:32px; margin-right:5px; margin-bottom:-10px; }
	.redes span { font-size:18px; }
	.btn { margin:0 17px; }
	.copy { display:none; }
	.banda p { font-size:15px; }
	.credito { float:none; text-align:center; }
	#gustos .main.frutas { padding-bottom:40px; }
	.barras_banner { display:none; }
	.ClipBanner .nombre { font-size:12px; margin-top:-45px; }
	.isologo { width:68px; margin:5px auto 0; }
	.desde_blanco { width:74px; }
	.ClipBanner span { font-family:'Frambuesa-Bold', Arial, Helvetica, sans-serif; font-size:13px; margin-top:-6px; }
}

@media screen and (max-width:374px) {
	.btn { margin:0 12px; }
}

@media screen and (max-width:359px) {
	.titulos_slider { font-size:25px; line-height:29px; }
	.ch { font-size:21px; }
	.bandon { padding-bottom:25px; }
	.btn { margin:0 10px; }
	.ico-red { width:28px; margin-right:4px; margin-bottom:-8px; }
	.redes span { font-size:16px; }
	#gustos h1 { font-size:23px; }
	.isologo { margin:3px auto -7px; }
	.ClipBanner span { display:none; }
}