/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700');
@font-face {
    font-family: 'montserratlight';
    src: url('https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost-Images/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost-Images/fonts/montserrat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'coco_gothiclight';
    src: url('https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost-Images/fonts/coco-gothic-light-trial-webfont.woff2') format('woff2'),
         url('https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost-Images/fonts/coco-gothic-light-trial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body>img {
    display: none;
}



.full-width-wraps
{
     max-width:96%!important;
    float:none!important;
    margin:0px auto!important;
}


.hero-banner-imgs img
{
    display: none;
}

.hero-banner-imgs .hs-editor-editable img
{
  display: block;
}


/*.body-container 
{
    margin-top: -95px;
}*/

.gastronomia-header-wrap 
{
    padding-top: 20px;
    z-index: 9999;
        position: relative;
}

.gastronomia-logo-wrap 
{
    margin: 0!Important;
   /* width: 17%!important;*/
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.gastronomia-menu-wrap
{
    width: 4%!important;
    padding-right: 15px;
}

.communication-wrap 
{
    width: 70.2%!important;
}

.img-1s
{
    color: #fff;
    text-decoration: none;
    padding-right: 30px;
}

.img-1s img,.img-2s img
{
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -8px;
}

img.img-2bs {
    margin-top: 0!important;
}

.img-2s
{
    color: #fff;
    text-decoration: none;
    padding-right: 12px;
}

.img-es
{
    background: #fff;
    color: #8c8c8c;
    padding: 4px 10px 4px 15px;
    text-decoration: none;
}

.img-4s {
    text-decoration: none;
    color: #8c8c8c;
    border: 1px solid #000;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    display: inline-block;
}

.img-esc {
    background: #00a6a2;
    padding: 4px 6px 4px 6px;
}

.communication-wrap {
    text-align: right;
}

.img-esc
{
    color: #fff;
    text-decoration: none;
}

.img-esc img
{
    vertical-align: top;
}


/*.hero-banner-wraps 
{
    position: relative;
    margin-top: -131px;
    z-index: -999;
}*/


.sneakerlost-home .header-container-wrapper {
    top: 0;
    width: 100%;
    z-index: 999999;
}

.sneakerlost-home .body-container-wrapper 
{
   //  position: relative;
  // top: -130px;
}

.sneakerlost-home 
{
     position: relative;
}

.hero-banner-content {
    height: 100vh;
    padding-top: 46vh;
}

.hero-banner-content h1
{
        color: #fff;
    font-size: 72px;
    text-align: center;
    margin: 0;
    font-weight: 100 !important;
        text-transform: uppercase;
}

.hero-banner-content h1 strong
{
      font-weight: 100 !important;
}



.hero-banner-content img
{
        display: block;
    margin: 0px auto;
    padding-top: 20px;
}


.communication-wrap a
{
    //font-family: 'montserratlight';
}

.snea-menu-heading h2
{
    font-weight: 600;
        margin: 0;
    padding: 15px 0px 10px;
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
}

.snea-menu-footer ul li a
{
        line-height: 23px;
    padding: 0 !important;
    white-space: pre-wrap!important;
    max-width: 100%!important;
    color:#fff;
        -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: antialised;
}

.snea-footer-wrps {
    background-image: url(https://3864414.fs1.hubspotusercontent-na1.net/hubfs/3864414/images/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px 0px 8px;
}

.image-viva-gas{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.snea-model-imgs img {
    padding: 0px 15px;
}

.snea-model-menu {
    margin: 0px!important;
}

.snea-model-destinos {
    width: 22%!important;

}

.snea-model-experiencias {
    width: 40%!important;
}

.snea-model-reservas {
    width: 36%!Important;
}

.padding-gas-grp1
{
    padding-right:12px;
}

.padding-gas-grp2
{
    padding-right:12px;
    padding-left:12px;
}

.padding-gas-grp3
{
    padding-left:12px;
}

.snea-socailmedia-footer 
{
    text-align: right;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.snea-menu-faq a 
{
    margin-right: 25px;
    max-width: 100% !important;
    padding: 0 !important;
    color:#fff;
     white-space: pre-wrap!important;
         -webkit-font-smoothing: antialiased;
}

.snea-year-footer p
{
    margin:0px;
    color:#fff;
    text-align: right;
        -webkit-font-smoothing: antialiased;
}

.hero-banner-wraps {
    background-size: cover;
    background-position: top center;
}


.gastro-vuelo-form .hs-form-required
{
    display: none!important;
}

.gastro-viva-wrap {
    background-color: #00a6a3; 
    text-align: center;
}

.gastro-viva-menu ul li a {
    background-image: url(https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost%20/menu-border.png);
    background-position: right 46%;
    background-repeat: no-repeat;
}

.gastro-viva-menu ul li:last-child a
{
    background-image: none!important;
}

.gastro-viva-menu ul li a
{
     white-space: pre-wrap!important;
    max-width: 100%!important;
    color: #fff;
}


.gastro-vuelo-form
{
        position: relative;
}

.gastro-vuelo-form .actions input
{
    position: absolute;
    text-align: right;
       right: 1.8%;
    top: 0px;
}

.gastro-vuelo-form .hs-error-msgs.inputs-list 
{
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: red;
    font-size: 10px;
    padding-top: 10px;
}

.form-columns-2 .hs_email
{
    max-width: 100%!important;
    position: relative;
}

.form-columns-2 .hs_email,.form-columns-2 .hs_city
{
    width: 48.5%!important;
    float: left!important;
    margin-left: -10px!important;
}

.gastro-vuelo-form .form-columns-3
{
     max-width: 100%!important;
    float: left!important;
}

.gastro-vuelo-form .input input
{
        height: 45px;
    border: 0;
    background: #fff;
}

.gastro-vuelo-form .actions input {
        background: #ff7f00!important;
    border: 0px;
    color: #fff;
    font-size: 14px;
    padding: 14px 5px;
}

.gastro-vuelo-wrap {
    background-color: #404040;
    padding: 10px 0px 10px;
}

.gastro-vuelo-form .hs_email .input input
{
   background-image: url(https://491044.fs1.hubspotusercontent-na1.net/hubfs/491044/sneakerlost%20/Air-icon.png?t=1509446866950);
    background-repeat: no-repeat;
    padding: 10px 20px;
    text-align: center;
    background-position: 13% center;
}

.gastro-vuelo-form 
{
    max-width: 1000px!important;
    float: none!important;
    margin: 0px auto!important;
    /*margin-top: -19px!important;*/
}

.gastro-vuelo-form h3
{
    margin:0px!important;
}

.gastro-vuelo-form .hs_city
{
   /* position: absolute;
    top: 44px;*/
        position: absolute!Important;
    top: 24px;
    width: 21%!important;
}

.gastro-vuelo-form .hs_city .input input,.gastro-vuelo-form .hs_email .input input
{
     height: 20px!important;
     text-align: center;
}

.gastro-salud-wraps {
    background-image: url(https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost%20/bg.jpg);
    background-position: center center;
    background-size: contain;
        padding-top: 120px;
}

.gastro-salud-heading h2
{
    color: #000;
     font-size: 36px;
     margin-bottom: 0;
    text-align: center;
   // font-family: "junctionbold";
    margin: 0;
}

.gastro-salud-heading p
{
        margin: 0;
    text-align: center;
    padding: 20px 0px 30px;
}


.bg-img-rest-spot1 img,.bg-img-rest-spot2 img,
.bg-img-rest-spot3 img,.bg-img-rest-spot4 img
{
    display: none;
}

.bg-img-rest-spot1 .hs-editor-editable img,.bg-img-rest-spot2 .hs-editor-editable img,
.bg-img-rest-spot3 .hs-editor-editable img,.bg-img-rest-spot4 .hs-editor-editable img
{
  display: block;
}


.hs-inline-edit .gastro-Restaurante-content
{
    visibility: visible!important;
}

.gastro-Restaurante-content h3 
{
    //font-family: 'junctionregular';
    font-size: 30px;
     margin: 0;
     color:#fff;
}

.header-fixed .miviva a
{
    color:#000;
}
body{padding-top:0px !important;}
.gastro-Restaurante-content
{
     text-align: center;
    padding: 18% 12%;
    height:500px !important;
}

.gastro-Restaurante-grp>div {
    background: rgba(0, 0, 0, 0.45);
}

.gastro-Restaurante-grp {
    margin-bottom:2.564102564%!important;
        cursor: pointer;
            background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.gastro-Restaurante-content img
{
    display: block;
    margin: 0px auto;
    padding-bottom: 30px;
}

.gastro-Restaurante-content p
{
    color: #fff;
    margin: 0;
    padding-bottom:30px;
}

.gastro-Restaurante-content
{
    visibility: hidden;
}

.gastro-Restaurante-grp:hover .gastro-Restaurante-content
{
    visibility: visible;
}

.gastrona-jornadas-content h3 {
    color: #fff;
     margin: 0;
    //font-family: "junctionbold";
    text-align: right;
    font-size: 28px;
    
}
.gastrona-oferta-image img
{
    max-width: 252px;
}
.gastrona-jornadas-content {
    min-height: 210px !important;
}

.gastrona-jornadas-content
{
    background-image: urL("https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost%20/Las-noches.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 25px;
}


.gastrona-oferta-contents h3 {
    color: #ff7f00;
    //font-family: "junctionbold";
    font-size: 23px;
    margin: 0;
}

.gastrona-oferta-contents h3 span {
    color: #ff7f00;
    font-size: 16px;
    //font-family: 'junctionregular';
    font-weight: 600;
}

.gastrona-oferta-contents h2 {
    color: #000000;
    //font-family: "junctionbold";
    font-size: 17px;
    margin: 0;
    padding: 5px 0px;
}

.gastrona-oferta-contents h2 span {
        color: #000000;
   // font-family: 'junctionregular';
    font-size: 16px;
    font-weight: 600;
}

.gastrona-oferta-contents h4 {
    color: #000000;
   // font-family: "junctionbold";
    font-size: 21px;
    margin: 0;
}

.gastrona-oferta-contents h4 span {
    color: #000000;
    f//ont-family: 'junctionregular';
        font-size: 16px;
    font-weight: 600;
}

.gastrona-oferta-contents p {
   color: #ff7f00;
    font-size: 13px;
    //font-family: 'junctionregular';
    margin: 0;
}

.NOCHES-digits p {
    color: #000000;
    font-size: 18px;
    margin: 0;
     padding-bottom: 20px;
}


.search-bar {background: #404040; min-height: 65px!important; width: 100%; font-family: 'Montserrat', sans-serif; position: relative; z-index: 999; }
.search-fixed {font-family: 'Montserrat', sans-serif;   position:fixed;  top:59px;  z-index:99; display:block;  width:100%;}
.col-search1  input { max-width: 32.8%; height: 46px; border: 0px;  font-size: 80%; } 
.col-search1 { float: left; width: 60%; margin: 10px 0px 0px 0px ;}
.col-search2 {float: left; width: 20%;  margin: 10px 0px 0px 0px ;}
.col-search2 input { max-width: 99%; height: 21px!important; margin: 0px 0px 4px 0px; border: 0px;}
.col-search3 {float: left; width: 20%;  margin: 10px 0px 0px 0px ;}
.fl-flight {background-image: url(https://491044.fs1.hubspotusercontent-na1.net/hubfs/491044/sneakerlost-Images/aeroplane.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    border: 0 none;
    text-align: center;}
.fl-btn { background:#FF7F00; cursor: pointer; border: 0px; width: 100%; height: 46px; color: #FFFFFF; font-weight: 600; font-size: 80%!important;}
.fl-btn:hover { background: #FF9B37;}

.lg-selection { padding-top: 10px;}
.lg-selection select {
    margin-top: 0px;
      width: 53px; 
      padding: 0px; 
    -webkit-appearance: none;
    border: 1px solid #000;
    background-image: url(https://2662197.fs1.hubspotusercontent-na1.net/hubfs/2662197/Vanity/icons/language-dropdown.png?t=1511266120856);
    background-repeat: no-repeat;
    background-size: content;
    background-position: right;
    padding-right: 25px;
    padding-left: 3px;
    line-height: 1;
    -moz-appearance: none;
    height: 26px;
      
}


.NOCHES-digits h2 {
    border-right: 1px solid;
    color: #000000;
    font-size: 48px;
    margin: 0;
    
}

.DESDE-digits p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
    
}

.DESDE-digits h2 {
    color: #ff7f00;
    font-size: 48px;
    margin: 0;
   
}

.DESDE-digits {
    float: left;
    padding-left: 15px;
    width: 56%;
}

.NOCHES-digits {
    float: left;
    width: 36%;
}

.orange-bg-img img {
    width: 100%!important;
        padding-bottom: 30px;
        max-height:41px;
}

.gastrona-noches-content h6 {
    clear: both;
    margin: 0;
    padding-top: 20px;
}


.carta-gastrona-wraps h2 {
    color: #000000;
    //font-family: "junctionbold";
    font-size: 36px;
    margin: 0;
    text-align: center;
}

.carta-gastrona-wraps p {
    color: #000000;
    margin: 0;
    text-align: center;
    padding:20px 0px 15px;
}

.single-news-blogs {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 300px;
}

.carta-gastrona-wraps {
    padding-top: 90px;
}

.single-news-blogs h2 a {
    color: #fff;
    padding: 15px 15px;
    //font-family: "junctionbold";
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}

.single-news-blogs h2
{
    margin:0px;
}

.Todo-lo-wraps-slide {
    position: relative;
}

.Todo-lo-wraps-slide .prev {
    position: absolute;
    top: 42%;
    left:15px;
    cursor: pointer;
}

.Todo-lo-wraps-slide  .next {
    position: absolute;
    top: 42%;
    right: 15px;
    cursor: pointer;
}

.overlay-blog {
    background: rgba(0, 0, 0, 0.43);
    min-height: 300px;
}

.gastro-todo-include-wraps {
    background-image: url(https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost%20/Bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.gastro-todo-include-content h3 {
    //font-family: "junctionbold";
    font-size: 30px;
    margin: 0;
    color:#fff;
}

.gastro-todo-include-content img
{
    display: block;
    margin: 0px auto;
    padding-bottom:15px;
}

.gastro-todo-include-content
{
    color: #fff;
    margin: 0;
    text-align: center;
    padding-bottom:25px;
}

.gastro-todo-include-cta {
    text-align: center;
}


.gastro-opiniones-wraps {
    background-image: url(https://491044.fs1.hubspotusercontent-na1.net/hubfs/491044/sneakerlost%20/bg.jpg?t=1509446866950);
    background-position: center center;
    background-size: contain;
    padding-top: 120px;
        padding-bottom: 120px;
}

.gastro-opiniones-heading h2 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 0;
    text-align: center;
    //font-family: "junctionbold";
    margin: 0;
}

.gastro-opiniones-heading img
{
    display: block;
    margin: 0px auto;
    padding: 12px 0px 20px;
}

.gastro-opiniones-grp {
    max-width: 1000px!Important;
    float: none!important;
    margin: 0px auto!important;
}

.gastro-opiniones-content h3
{
    margin: 0;
    text-align: center;
    font-size: 30px;
    color: #000;
}

.gastro-opiniones-content p
{
        margin: 0;
    font-weight: 600;
    padding: 30px 0px 08px;
    color: #000;
      text-align: center;
}

.gastro-opiniones-content img
{
        display: block;
    margin: 0px auto;
}

.gastro-opinione-cta
{
    margin: 0;
    text-align: center;
    padding-top: 20px;
}

.gastro-opinione-cta a
{
    display: block!important;
}

.gastronomia-nletter-wraps
{
    padding-top: 120px;
}

.gastronomia-nletter-subscribe h3 {
    color: #000000;
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
        margin: 0;
}

.gastronomia-nletter-subscribe p
{
    margin: 0;
    font-size: 14px;
    color: #000000;
    padding-bottom: 10px;
}

.gastronomia-nletter-subscribe p strong
{
    color: #000;
}

.gastronomia-nletter-form h3
{
    margin:0px;
}



.gastronomia-nletter-form .field.hs-form-field>label 
{
    float: left;
    padding: 5px 8px 0 0;
}

.gastronomia-nletter-form .hs_nombre {
    float: left;
    width: 69%;
}

.gastronomia-nletter-form .field.hs-form-field span
{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.gastronomia-nletter-form .hs_email {
    float: left;
    width: 69%;
}

.gastronomia-nletter-form .input {
    float: left;
    width: 55%;
}

.gastronomia-nletter-form .hs_submit {
    float: left;
    width: 30%;
}

.gastronomia-nletter-form .actions input
{
 background: #ff7f00!important;
    color: #fff;
    font-size: 18px;
    margin: 0 0 30px;
    padding: 6px 30px;
    border: 0!important;
    width: 100%;
}

.gastronomia-nletter-form .input input 
{
        border-bottom: 1px solid #000000!important;
    background-color: transparent!important;
    border: 0;
    box-shadow: none;
}

.gastronomia-nletter-form .hs_email .input
{
    width: 84%!important;
}

.gastronomia-nletter-form .hs-error-msgs.inputs-list 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: red;
    padding-top: 35px;
    padding-left: 64px;
}

.dish-slider-divs .dish-news-blogs 
{
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    position:relative;
    cursor: pointer;
}



.dish-slider-divs
{
     position:relative;
}

.dish-slider-divs .dish-overlay-blog 
{
    min-height: 400px;
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
   
}

.dish-slider-divs .dish-overlay-center
{
     position: absolute;
    top: 28%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0px 20px;
}

.dish-slider-divs .dish-overlay-center img
{
        margin: 0px auto;
}

.dish-slider-divs .dish-page-rss:hover .dish-overlay-blog {
    background: rgba(255, 255, 255, 0.8);
    padding: 0px 15px;
    visibility: visible;
}

.dish-slider-divs .dish-overlay-center h2 
{
    color: #000;
    //font-family: "junctionbold";
    font-size: 20px;
    margin:0px;
    padding-bottom:6px;
}

.dish-slider-divs .dish-overlay-center p  
{
    color: #000;
    margin: 0;
    padding-top:6px;
    line-height: 26px;
}

.dish-slider-divs .prev 
{
    position: absolute;
    top: 42%;
    left: 5px;
    cursor: pointer;
}

.dish-slider-divs .next 
{
    position: absolute;
    top: 42%;
    right: 5px;
    cursor: pointer;
}

.dish-slider-divs:hover .prev,.dish-slider-divs:hover .next 
{
        opacity: 0.5;
}

select.select-es-en-ed 
{
    width: 54px!important;
    line-height: 1;
    background-color: #fff!important;
    color: #8c8c8c;
    padding: 4px 0px 4px 4px;
    border: 1px solid #000;
    display: inline-block;
    background: url(https://agencia-marketing.sneakerlost.es/hubfs/sneakerlost%20/Slider/blue-arrows.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position: 100% center;
    font-size: 16px;
    //font-family: 'montserratlight';
    cursor: pointer;
    -moz-appearance: none;
}

.center-inall a:hover {
    background-color: #000;
}


.center-inall
{
    display: none;
    position: absolute;
    right: 0;
    width: 236px;
    text-align: right;
    margin-right: 2px;
    background: #a8a5a0;
    padding: 13px 15px;
}

.center-inallwrap
{
    position: relative;
    display: inline-block;
}

.center-inall a 
{
    text-decoration: none;
    color: #fff;
    display: block;
        padding: 6px 8px;
}

.center-inallwrap:hover .center-inall 
{
    display: inline-block!Important;
}

/***************sasdsad*****************/



.snea-model-imgs:first-child>div {
    margin-left: 50px;
}


.padding-gas-grp1:first-child .snea-menu-grps:first-child>div {
    margin-left: 60px;
}


.snea-model-imgs:last-child>div {
    margin-right: 50px;
}


.snea-model-imgs:last-child {
    text-align: right;
}

.padding-gas-grp3:last-child .snea-menu-grps:last-child>div {
    margin-left: 41%;
}

.padding-gas-grp2 .snea-menu-grps:last-child>div {
    margin-left: 100px;
}


.mb-img {
    display: none !important;
}


.hero-banner-wraps {
    margin-top: -130px;
}

.snea-socailmedia-footer a {
    text-decoration: none;
}

.footer-list-item>a {
color: black;
}
.footer-menu-title h4 {
color: black !important;
}


        
        
        
        
        
        
        
        
        
        /************** ipad ***************/
        @media (max-width: 1200px) {
            .DESDE-digits h2,.NOCHES-digits h2 
            {
                font-size: 36px;
            }
            
            .gastrona-jornadas-content h3 
            {
                font-size: 28px;
            }
            
            .dish-slider-divs .dish-overlay-center {
             top: 25%;
            }
            
        }
        
        
        /************** ipad ***************/
        @media (max-width: 1080px) {
            .full-width-wraps,.page-center
            {
                padding-right:15px!important;
                padding-left:15px!important;
                max-width: 100%!important;
            }
            
            .gastro-vuelo-form .actions input 
            {
                right: 0%;
            }
        
            .gastro-vuelo-form .hs_email .input
            {
                margin-right: 2px!important;
            }
            
            .gastro-Restaurante-content 
            {
                padding: 14% 10%;
            }
            
            .gastrona-noches-content h6 a
            {
                    padding: 12px 8px!important;
            }
            
            .gastrona-noches-content h6 a span
            {
                font-size: 13px!important;
            }
            
            /**********************new*****************************/
            
            .snea-model-imgs:first-child>div {
                margin-left: 0px;
            }
                    
            .padding-gas-grp1:first-child .snea-menu-grps:first-child>div {
                margin-left: 0px;
            }
            
            .padding-gas-grp2 .snea-menu-grps:last-child>div {
                margin-left: 0px;
            }
            
            .padding-gas-grp3:last-child .snea-menu-grps:last-child>div {
                margin-left: 0;
            }
        
        }
        
        
        
        /************** ipad nd tab ***************/
        @media only screen and (min-width:768px) and (max-width: 1000px) {
            
            .communication-wrap a 
            {
                font-size: 0px;
            }
            
           .img-2bs 
            {
                display: none!important;
            }
            
            .hero-banner-content 
            {
                height: 100%;
                padding-top: 35%;
                padding-bottom: 10%;
            }
            
            .gastro-vuelo-form .actions input 
            {
                    position: relative;
            text-align: center;
            right: 0!important;
            left: 0px!Important;
            top: inherit;
            display: inline-block;
            margin-top: 15px;
            }
            
            .gastro-vuelo-form .actions
            {
                text-align: center;
            }
            
            .gastro-viva-menu ul li a 
            {
                padding: 10px 12px!important;
            }
            
            .NOCHES-digits 
            {
                width: 42%;
            }
            
            .DESDE-digits 
            {
                width: 48%;
            }
            
            .DESDE-digits h2, .NOCHES-digits h2
            {
                font-size: 24px;
            }
            
            .snea-menu-heading h2
            {
                font-size: 17px;
            }
            
            .snea-model-imgs img 
            {
                padding: 0px 10px;
            }
            
            .gastronomia-nletter-form .hs_email .input 
            {
                width: 100%!important;
            }
            
            .gastronomia-nletter-form .hs-error-msgs.inputs-list 
            {
                padding-top: 0px;
                padding-left: 0;
            }
            
            .gastronomia-nletter-form .input,.gastronomia-nletter-form .hs_submit,
            .gastronomia-nletter-form .hs_nombre,.gastronomia-nletter-form .hs_email
            {
                float: none;
                width: 100%;
            }
            
            .gastronomia-nletter-form .actions input
            {
                margin: 20px 0 0px;
            }
            
            .form-columns-2 .hs_email 
            {
                width: 100%!important;
                float: left!important;
                margin-left: -10px!important;
            }
            
            .form-columns-2 .hs_city 
            {
                width: 22%!important;
            }
            
            .gastro-vuelo-form .hs_email .input input
            {
                background-position: 2px center;
            }
            
             .gastro-vuelo-form .hs_city .input
            {
                margin-right: 0;
            }
            
            .NOCHES-digits p,.DESDE-digits p
            {
                font-size: 16px;
            }
        
            
        }
        
        
        
        
        /************** iphone roatate***************/
        @media (max-width: 767px) {
            .snea-model-imgs {
                text-align: center !important;
                margin: 14px 0px;
            }
            
            .padding-gas-grp2 {
                padding-right: 12px;
                padding-left: 0px;
            }
            
            .padding-gas-grp3 {
                padding-left: 0px;
            }
            
            .communication-wrap a {
                font-size: 0px;
            }
            
            .sneakerlost-home .body-container-wrapper {
               // top: -80px;
            }
            
            .gastronomia-logo-wrap {
                width: 120px !important;
                display: inline-block !important;
            }
            
            .gastronomia-menu-wrap {
                width: 60px !important;
                padding-right: 15px;
                float: left !important;
                margin-top: 10px;
            }
            
            a.img-3s {
                display: none;
            }
            
            a.img-3simg-3ds {
                display: none;
            }    
            
            .communication-wrap {
                width: 60.2%!important;
                float: right !important;
            }
            
            .center-inall {
                display: none;
                position: absolute;
                right: 0;
                width: 106px;
                text-align: right;
                margin-right: 2px;
                background: #a8a5a0;
                padding: 10px 10px;
                margin-top: 6px;
            }
            
            .hero-banner-content {
                height: 440px;
                padding-top: 46vh;
            }
            
            .hero-banner-content h1 {
                font-size: 50px;
            }
            
            .center-inall a {
                font-size: 12px !important;
            }
            
            .snea-model-reservas {
                width: 100% !important;
            }
            
            .snea-model-experiencias {
                width: 100% !important;
            }
            
            .snea-model-destinos {
                width: 100%!important;
            }
            
            .snea-menu-faq a {
                margin-right: 16px;
                font-size: 14px;
                -webkit-font-smoothing: antialiased;
            }
            
        }
        
        /************** iphone ***************/
        @media (max-width: 479px) {
            .sneakerlost-home .body-container-wrapper {
              //  top: -124px;
            }
            
            .communication-wrap a {
                font-size: 0px;
                display: none;
            }
            
            select.select-es-en-ed {
                position: relative;
                top: -45px;
            }
            
            .hero-banner-content {
                height: 420px;
                padding-top: 180px;
            }
            
            .hero-banner-content h1 {
                font-size: 36px;
            }
            
            .snea-menu-faq {
                margin-bottom: 10px;
            }
                        
            
        }


/