@font-face {
    font-family:'Bebas Neue';
    src: url('../fontface/BebasNeueBold.woff2') format('woff2'),
        url('../fontface/BebasNeueBold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family:'Bebas Neue Pro';
    src: url('../fontface/BebasNeuePro-Bold.woff2') format('woff2'),
        url('../fontface/BebasNeuePro-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family:'Roboto Condensed';
    src: url('../fontface/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fontface/RobotoCondensed-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family:'Roboto Condensed';
    src: url('../fontface/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fontface/RobotoCondensed-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
    font-display:swap;
}

html {
	height:100%;
}

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

body {
    min-width:320px; 
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-style:normal;
	font-size:17px;
	line-height:20px;
    color:#1D1D1B;
    background:#FFF;
}

img {
    margin:0;
    padding:0;
    border:none;
}

a {
    text-decoration:none;
    outline:none;
    color:#222;
}

h1, h2, h3, h4 {
    margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
}

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;
}

input, textarea, select {
    outline:none;
}

.clear {
	clear:both;
}


/*/// HEADER ///*/

header {
    position:relative;
    width:100%;
    height:70px;
    padding:0;
    margin-top:-94px;
    background:#6D3246;
    /*box-shadow:0 1px 6px #122A33;*/
    opacity:0;
    transition:all 300ms linear;
    z-index:4;
}

.HeaderTransform {
    position:fixed;
    margin-top:0;
    opacity:1;
}

.ClipLogo {
    display:block;
    width:140px;
    text-align:center;
    margin:24px auto 0;
    z-index:4;
}

.logo {
	width:140px;
}

#MenuH {
    position:absolute;
    top:15px;
    left:20px;
}

.menu {
    float:left;
}

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

.hamburguesa {
    float:left;
    width:36px;
}

.menues {
    float:left;
    font-family:'Reboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:16px;
    letter-spacing:1px;
    color:#FFF;
    margin-top:8px;
    margin-left:5px;
}

#elmenu {
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:inherit;
    text-align:center;
	padding:35px 20px 50px;
	background:#6D3246;
	z-index:5;
}

.ClipCerrar {
    margin-top:-6px;
}

.ico-cerrar {
    display:inline-block;
    width:30px;
    height:30px;
    border:none;
    background-image:url(../imgs/cerrar.svg);
    background-size:contain;
    background-repeat:no-repeat;
}

ul.botones {
    margin:30px auto 10px;
    padding:0;
}

ul.botones li {
	list-style:none;
}

ul.botones li a {
	display:inline-block;
	font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
	font-size:30px;
    line-height:30px;
    letter-spacing:1px;
	text-decoration:none;
	color:#FFF;
    margin-bottom:15px;
    transition:color 200ms linear;
}

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

ul.redes {
	margin-top:30px;
}

ul.redes li a {
	font-size:19px;
	line-height:32px;
	color:#F2E3C3;
}

ul.redes li a:hover {
	color:#F2E3C3;
}

#elmenu .submarca {
    width:180px;
    margin:20px auto 0;
}


/*/// HEAD ///*/

.ClipHead {
    width:100%;
    text-align:center;
    padding:60px 0 90px;
    background:#000;
}

.ClipHead.food {
    padding:30px 0 70px;
    background:#F2E3C3;
}

.vector-inicial {
    width:100%;
    max-width:800px;
    margin:auto;
    padding:0 15px;
}

.submarca {
    display:block;
    width:270px;
    margin:-20px auto 0;    
}

/*
#contenedor {
    padding-top:40px;
}
*/


/*/// PORTADA ///*/

.ClipPortada {
    position:relative;
    /*overflow:hidden;*/
}

.ClipPortada .logo {
    position:absolute;
    display:block;
    top:60px;
    left:0;
    right:0;
    width:260px;
    margin:auto;
    z-index:3;
}

.s_container {
    width:100%;
    /*overflow:hidden;*/
}

.ClipFlecha {
    position:absolute;
    bottom:50px;
    left:0;
    right:0;
    width:50px;
    height:50px;
    margin:auto;
    animation:bounceFlecha 1.5s infinite;
    z-index:3;
}

@keyframes bounceFlecha {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

.flecha-baja {
    display:inline-block;
    width:50px;
    height:50px;
    border:none;
    background-image:url('../imgs/bajar.png');
    background-size:contain;
    background-repeat:no-repeat;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,0.7));
}

.s_foto_fondo {
    position:absolute;
    width:100%;
    /*background-image:url('../imgs/portada/10/big0000.jpg');*/
    background-size:cover;
    background-position:center;
    z-index:1;
}

.absolute {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

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

.table-cell {
    position:relative;
    display:table-cell;
    height:inherit;
    vertical-align:middle;
    z-index:3;
}

.mascara_slider {
    position:relative;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.3);
    z-index:2;
}

.mascara_slider::after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:30%;
    pointer-events:none;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0.6) 100%
    );
    z-index:3;
}


/*/// CARTA ///*/

#carta {
    width:100%;
    line-height:0;
    font-size:0;
    margin:auto;
}

.ClipGrupo {
    width:100%;
    padding:0 30px 50px;
    margin:auto;
}

/*
.ClipGrupotira {
    max-width:800px;
    text-align:center;
    margin:auto;
    background:#F2EACA;
    margin:0 auto 50px;
    padding:30px 40px 40px;  
    
    clip-path:polygon(
    60px 0,
    calc(100% - 60px) 0,
    100% 60px,
    100% calc(100% - 60px),
    calc(100% - 60px) 100%,
    60px 100%,
    0 calc(100% - 60px),
    0 60px);
}
*/

.ClipGrupotira {
    max-width:800px;
    text-align:center;
    margin:auto;
    background:#F2EACA;
    margin:0 auto 35px;
    padding:30px;
    border-radius:18px;
}

.ClipGrupotira:first-child {
    margin-top:60px;
}

.ClipGrupotira:nth-child(4n+1) {
    border:1px solid #F2EACA;
    background-color:#F2EACA;
}

.ClipGrupotira:nth-child(4n+2) {
    border:1px solid #6D3246;
    background-color:#6D3246;
}

.ClipGrupotira:nth-child(4n+3) {
    border:1px solid #6D3246;
    background-color:#FFF;
}

.ClipGrupotira:nth-child(4n+4) {
    border:1px solid #E6D6BD;
    background-color:#E6D6BD;
}

/*
.ClipGrupotira:nth-child(4n+4) {
    background-color:#FCCBA9 - #FEE3CF;
}
*/

.ClipGrupotira:nth-child(4n+2) h2, .ClipGrupotira:nth-child(4n+2) h3, .ClipGrupotira:nth-child(4n+2) .ClipDatos p, .ClipGrupotira:nth-child(4n+2) .precio_thumb, .ClipDatos p, .ClipGrupotira:nth-child(4n+2) .precio_thumb span, .ClipGrupotira:nth-child(4n+2) .no_hay {
    color:#FFF;
}

.ClipGrupotira:nth-child(4n+2) h2, .ClipGrupotira:nth-child(4n+2) h3, .ClipGrupotira:nth-child(4n+2) .precio_thumb {
    -webkit-text-stroke:0 #FFF;
}

.ClipGrupotira:nth-child(4n+2) .col_thumb_destacados {
    border-bottom:1px dotted #AA7588 !important;
}

.ClipGrupotira:nth-child(4n+2) .col_thumb_destacados:last-child {
    border:none !important;
}

.ClipGrupotira:nth-child(4n+2) .resumen {
    color:#FFF;
}

.centrador {
    display:block !important;
    max-width:800px;
    text-align:left;
    margin:auto;
    padding:0 15px;
}

.ClipGrupotira h2 {
    display:inline-block;
    font-family:'Bebas Neue Pro', Arial, Helvetica, sans-serif;
    font-size:40px;
    line-height:40px;
    letter-spacing:0.5px;
    text-align:left;
    text-transform:uppercase;
    color:#6D3246;
    -webkit-text-stroke: 0.6px #6D3246;
    padding:10px 0;
    margin:0;
}

.guion {
    display:inline-block;
    width:30px;
    height:1px;
    margin:0 0 7px;
    background:#B40125;
}

.padding {
    padding-top:20px;
}

.lineas {
    display:block;
    width:100%;
    background:#B40125;
}

.lineas.gruesa {
    display:none;
    height:4px;
    margin:0 auto 5px;
}

.lineas.fina {
    height:1px;
    margin:6px auto 10px;
}

.resumen {
    font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    font-size:18px;
    line-height:23px;
    color:#1D1D1B;
    margin:-7px auto 22px;
}

.tiraDetalle {
    display:block !important;
    max-width:800px;
    text-align:left;
    margin:auto;
    padding:0 15px 10px;
}

.finalCAT {
    display:block !important;
    max-width:800px;
    margin:auto;
    padding:0 15px;
}

.col_thumb_destacados {
    display:inline-block;
    width:100%;
    border-bottom:1px dotted #555;
}

.tiraDetalle .col_thumb_destacados:last-child {
    border:none;
}

.ClipNombrePrecio {
    float:left;
    width:calc(100% - 130px);
    width:-webkit-calc(100% - 130px);
    width:-moz-calc(100% - 130px);
    width:-o-calc(100% - 130px);
    /*border:1px solid #CCC;*/
}

.ClipDatos {
    position:relative;
    padding:8px 0 3px;
}

.ClipIcos {
    float:left;
    text-align:right;
    margin-top:2px;
    margin-left:-3px;
    margin-right:3px;
}

.ico {
    display:inline-block;
    width:17px;
    margin:0 2px;
}

.ClipDatos h3 {
    display:block;
    font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    font-size:22px;
    line-height:26px;
    color:#6D3246;
    -webkit-text-stroke: 0.1px #6D3246;
}

.ClipDatos p {
    display:block;
    font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:17px;
    line-height:20px;
    color:#1D1D1B;
    margin-top:-2px;
    padding-bottom:3px;
}

.ClipDatos p b {
    font-weight:normal;
}

.precio_thumb {
    position:absolute;
    top:21px;
    right:1px;
    font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:22px;
    color:#6D3246;
    -webkit-text-stroke: 0.1px #6D3246;
}

.precio_thumb span {
    color:#6D3246;
}

.no_hay {
    font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:18px;
    line-height:22px;
    color:#222;
    margin-top:-5px;
}

.no_hay.mobile {
    display:none;
}

.ClipThumb {
    max-width:800px;
    margin:-40px auto 20px;
    padding:0;
}

.thumb {
    position:relative;
    width:100%;
    margin:40px auto 10px;
    padding:0 15px;
    font-size:0;
    line-height:0;
    border:none;
    z-index:1;
}

.titulonazo_absolute {
    position:absolute;
    top:0;
    bottom:0;
    right:-120px;
}

.titulonazo {
    display:table;
    width:100%;
    height:100%;
}

.titulonazo_contenedor {
    position:relative;
    display:table-cell;
    height:inherit;
    vertical-align:middle;
    text-align:center;
}


/*/// FOOTER ///*/

footer {
    padding:0;
    background:#6D3246;
}

footer .centrador {
    text-align:center;
}

.logo-ft {
    width:200px;
    padding-top:50px;
}

.logo-sa {
    display:block;
    width:210px;
    margin:25px auto 40px;
}

.ClipRedes {
    float:right;
    padding-top:46px;
}

.ClipInfo {
    text-align:center;
    margin:-47px auto 0;
}

.info {
    font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:23px;
    line-height:27px;
    letter-spacing:0.5px;
    color:#FFF;
    margin:30px auto;
}

.info a {
    color:#FFF;
}

.btn-reservas {
    display:table;
    height:32px;
    font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
    line-height:32px;
    letter-spacing:1px;
    text-align:center;
    color:#FFF;
    padding:3px 50px 0;
    margin:30px auto 40px;
    border:1px solid #FFF;
    background:transparent;
    border-radius:20px;
    transition:all 250ms linear;
}

.btn-reservas:hover {
    color:#2D2D2D;
    background:#FFF;
}

#elmenu .info {
    margin:40px auto 50px;
}

#elmenu .info a {
    color:#FFF !important;
}

.red {
    width:38px;
    margin:5px;
}

.ico-Subir {
    width:40px;
    height:40px;
    margin:40px auto;
    border:none;
    background-image:url(../imgs/subir.png);
    background-size:contain;
    background-repeat:no-repeat;
}

.banda {
    display:block;
    width:100%;
    height:32px;
    letter-spacing:0.2px;
    text-align:center;
    background:#000;
}

.tiendaby {
    display:inline-block;
    font-family:'Reboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:14px;
    color:#FFF;
}

.logo_strass_blanco {
    width:97px;
    margin-left:-4px;
    margin-bottom:-5px;
}


/*/// Queries ///*/

@media screen and (max-width:1270px) {
    .ClipPortada .logo { top:45px; width:240px; }
    .ClipGrupotira h2 { font-size:38px; line-height:38px; }
}

@media screen and (max-width:1023px) {
    .ClipPortada .logo { top:40px; width:220px; }
    #MenuH { left:12px; }
    .ClipGrupotira { padding:25px 20px 0; }
    .centrador { padding:0 20px; }
    .tiraDetalle { padding:0 15px 30px; }
    .thumb { padding:0; }
    .ClipGrupotira:first-child { margin-top:50px; }
}

@media screen and (max-width:767px) {
    .ClipPortada .logo { top:30px; width:190px; }
}

@media screen and (max-width:639px) {
    header { height:54px; margin-top:-68px; }
    .ClipLogo { width:130px; margin-top:14px; }
    .logo { width:130px; }
    #MenuH { top:10px; left:14px; }
    .hamburguesa { width:30px; }
    .menues { display:none; }
    .ClipPortada { display:block; }
    #carta { display:block; }
    .no_hay.desktop { display:none; }
    .no_hay.mobile { display:block; }
    .no_hay { font-size:17px; line-height:21px; }
    .ClipHead { padding:40px 0; }
    .centrador_thumbs { padding-top:10px; }
    .resumen { font-size:17px; line-height:21px; }
    .ClipGrupotira h2 { font-size:34px; line-height:34px; padding:10px 0; }
    .ClipDatos { padding:11px 0 7px; }
    .ClipDatos h3 { font-size:22px; line-height:23px; letter-spacing:0.5px; -webkit-text-stroke: 0.3px #6D3246; }
    .precio_thumb { top:23px; font-size:22px; letter-spacing:0.5px; -webkit-text-stroke: 0.3px #6D3246; }
    .ClipDatos p { font-size:18px; line-height:20px; margin-top:0; }
    .ClipNombrePrecio { width:calc(100% - 80px); width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); width:-o-calc(100% - 80px); }
    .ClipInfo { margin-top:-37px; }
    .info { font-size:22px; }
    .logo-ft { width:180px; padding-top:40px; }
    #elmenu .submarca { width:180px; margin-top:30px; }
    .footer_int { padding:0 18px; }
    .pre-footer { margin-top:5px; }
    .ico-Subir { margin-bottom:40px; }
    .vector-inicial { padding:0 25px; }
    .ClipCapsulas_int { padding:40px 30px; }
    .PreCapsulas { margin:0 20px; }
    .PreCapsulas h1 { font-size:32px; margin-bottom:8px; }
    .ico-whatsapp { width:27px; }
    .celular { font-size:30px; }
    .linea { margin:13px auto 4px; }
    .ClipNespresso.inicial { padding-top:20px; }
    .PreCapsulas p { font-size:18px; line-height:26px; }
    .tiraDetalle { padding:0 22px 30px; }
    .ClipThumb { margin:-50px auto 10px; }
    .ClipCapsulas { margin-bottom:40px; }
    .titulonazo_absolute { display:none; position:relative; right:0; }
    ul.botones { margin:20px auto 10px; }
    ul.botones li a { font-size:26px; line-height:30px; padding:0 20px; }
    #elmenu .info { font-size:18px; margin:30px auto 40px; }
    .ClipCerrar { margin-top:25px; margin-bottom:23px; }
    #elmenu { padding-top:5px; }
    .ClipPortada .logo { top:35px; width:170px; }
    .ClipIcos { margin-top:1px; }

    /*/// NEW ///*/
    .ClipGrupo { padding:0 0 20px; }
    .ClipGrupotira { margin:0 20px 25px; padding:20px 3px 0; /*clip-path:polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);*/ }
    .ClipGrupotira:first-child { margin-top:22px; }
    .btn-reservas { margin-bottom:30px; }
    .logo-sa { width:194px; }
}

@media screen and (max-width:359px) {
    .ClipPortada .logo { width:170px; }
    ul.botones li a { font-size:24px; line-height:28px; }
    #elmenu .submarca { width:170px; }
    .ClipGrupotira h2 { font-size:26px; line-height:26px; }
    .resumen { font-size:16px; line-height:20px; }
    .ClipDatos { padding:9px 0 6px; }
    .ClipDatos h3 { font-size:19px; line-height:21px; }
    .precio_thumb { top:20px; font-size:19px; }
    .ClipDatos p { font-size:15px; line-height:19px; }
    .info { font-size:21px; line-height:26px; }
    .red { margin-left:6px; }
    .ClipNombrePrecio { width:calc(100% - 60px); width:-webkit-calc(100% - 60px); width:-moz-calc(100% - 60px); width:-o-calc(100% - 60px); }
    .logo-ft { width:170px; }
    .ClipIcos { margin-top:0; }
    .ico { width:16px; }
}