html{
	margin:0;
	padding:0;
}
@font-face {
	font-family: 'PublicSans';
	src: url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Regular.ttf') format('truetype'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Regular.woff2') format('woff2'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PublicSans-Bold';
	src: url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Bold.ttf') format('truetype'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Bold.woff2') format('woff2'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PublicSans-SemiBold';
	src: url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-SemiBold.ttf') format('truetype'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-SemiBold.woff2') format('woff2'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PublicSans-Light';
	src: url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Light.ttf') format('truetype'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Light.woff2') format('woff2'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PublicSans-Medium';
	src: url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Medium.ttf') format('truetype'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Medium.woff2') format('woff2'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'PublicSans-Thin';
	src: url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Thin.ttf') format('truetype'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Thin.woff2') format('woff2'),
	url('https://img.mesa247.pe/archivos/web202101/fonts/PublicSans-Thin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body{
	font-family: 'PublicSans', sans-serif;
	margin:0;
	padding:0;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PublicSans-Bold';
}

b, strong {
	font-family: 'PublicSans-Bold';
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(204, 204, 204);
    margin: 1em 0;
    padding: 0;
}

hr.beauty {
    margin: 0 auto;
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(157, 157, 157, 0), rgba(157, 157, 157, 0.75), rgba(157, 157, 157, 0));
}

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

[v-cloak] > * { display:none; }

/***
**** Custom Styles
****/

/** Commons **/

.primary-content {
    background-color: #FFFFFF;
    padding: 4rem 0;
}

.primary-content.extra-top {
    padding-top: 8rem;
}

.primary-content.extra-max-top {
    padding-top: 12rem;
}

.primary-content.bg-layer-ornament::before {
    content: "";
    width: 100%;
    height: 2300px;
    background-color: rgba(60, 99, 219, 0.05);
    position: absolute;
    margin-top: 1110px;
    border-radius: 30px;
}

.secondary-content {
    background-color: #F9F9F9;
    padding: 4rem 0;
}

.special-content {
    background-color: #3C63DB;
    padding: 4rem 0;
}

.special-content p {
    color: #FFFDFD;
    position: relative;
    width: 100%;
    color: #FFFDFD;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 751px;
    margin: 0 auto;
}

.readonly{
	pointer-events: none;
	opacity: 0.5;
}

.container-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1400px;
    margin: auto;
    padding: 0 10px;
}

.container-wrapper.full-large {
    max-width: none;
}

.loading-dots:after{content:" .";-webkit-animation:dots 1s steps(5) infinite;animation:dots 1s steps(5) infinite}@-webkit-keyframes dots{0%,20%{color:transparent;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}40%{color:#fff;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 transparent}80%,to{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}@keyframes dots{0%,20%{color:transparent;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}40%{color:#fff;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 transparent}80%,to{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}

@keyframes cf3FadeInOut {
    0% {
        opacity:1;
    }
    45% {
        opacity:1;
    }
    55% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

@keyframes cf4FadeInOut {
    0% {
      opacity:1;
    }
    25% {
      opacity:1;
    }
    33.33% {
      opacity:0;
    }
    91.67% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }

.cellphone_number select {
    width: 40%;
    display: inline-block;
}

.cellphone_number input {
    width: 58%;
    display: inline-block;
}

/** Buttons **/

.btn-primary, .btn-primary:visited {
    font-family: 'PublicSans';
    background-color: #4b63d8;
    border-spacing: 2px;
    border-color: #4b63d8;
    border-radius: 27px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #2f4bd2;
    border-color: #2f4bd2;
    color: #fff;
}

.btn-mesa-primary, .btn-mesa-primary:visited, .btn-mesa-primary:active {
    padding: 10px 34px;
    width: auto;
    color: #FFFFFF;
    border-radius: 30px;
    background-color: #3C63DB;
    font-family: 'PublicSans-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.btn-mesa-primary:hover, .btn-mesa-primary:focus {
    background-color: rgb(31, 68, 179);
    color: #FFFFFF;
}

.btn-mesa-secondary, .btn-mesa-secondary:visited, .btn-mesa-secondary:active {
    padding: 10px 34px;
    width: auto;
    color: #FFFFFF;
    border-radius: 30px;
    background: linear-gradient(90deg,#FF8226,#FFA874);
    font-family: 'PublicSans-Medium';
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.btn-mesa-secondary:hover, .btn-mesa-secondary:focus {
    background: linear-gradient(90deg,#3C63DB,#95A4D0);
    color: #FFFFFF;
}

.btn-cta, .btn-cta:visited, .btn-cta:active {
    display: inline-block;
    margin: 15px auto 0;
    font-family: 'PublicSans-Medium';
    font-weight: 500;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 14px 38px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    background: linear-gradient(90deg,#FF8226,#FFA874);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
}

.btn-cta:hover, .btn-cta:focus {
    background: linear-gradient(90deg,#3C63DB,#95A4D0);
    color: #FFFFFF;
}

label {
    font-family: 'PublicSans-Bold';
    font-weight: 500;
    margin: 0 0 0 13px;
}

.form-control {
    border-radius: 20px;
    border-color: rgba(75,99,216,.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Header nav **/

#header {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-bottom: 1px solid #F1F1F1;
    background-color: #FFFFFF;
}

#header #navbar-top.navbar {
    position: relative;
    height: 80px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

#header .action-buttons-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

#header .navbar-hamburger-wrapper {
    position: relative;
    display: block;
    margin: 0 0 0 20px;
}

#header .navbar-hamburger-wrapper .navbar-brand {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#header .navbar-hamburger-wrapper .navbar-brand img {
    position: relative;
    display: block;
    width: auto;
    height: 37px;
}

#header .navbar-hamburger-wrapper .navbar-brand i {
    font-size: 40px;
    line-height: 41px;
    color: #000000;
}

#header .navbar-hamburger-wrapper .navbar-brand:hover i {
    color: #4f4f4f;
}

#header .navbar-hamburger-wrapper .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1021;
    background: rgba(0, 0 , 0, 0);
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#header .navbar-hamburger-wrapper .hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1022;
    overflow: auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

#header .navbar-hamburger-wrapper .navbar-hamburger-content.show-menu .hamburger-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#header .navbar-hamburger-wrapper .navbar-hamburger-content .hamburger-menu-header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    margin: 0 0 10px 0;
}

#header .navbar-hamburger-wrapper .navbar-hamburger-content .hamburger-menu-header .logo-hamburger {
    position: relative;
    display: block;
}

#header .navbar-hamburger-wrapper .navbar-hamburger-content .hamburger-menu-header .logo-hamburger img {
    position: relative;
    display: block;
    width: auto;
    height: 32px;
}

#header .navbar-hamburger-wrapper .navbar-hamburger-content .hamburger-menu-header .logo-hamburger:hover img {
    opacity: .7;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-header .hamburger-close {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-header .hamburger-close span {
    font-size: 50px;
    line-height: 50px;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content {
    width: 100%;
    height: auto;
    padding: 0 25px;
    text-align: left;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .menu-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .menu-list .menu-item {
    color: #373d48;
    font-weight: 600;
    list-style: outside circle;
    margin: 0;
    display: block;
    font-size: 20px;
    line-height: 36px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .menu-list .menu-item .menu-nav-link {
    text-decoration: none;
    color: #000;
    pointer-events: auto;
    font-size: 28px;
    line-height: 32px;
    padding: .65rem 0;
    display: block;
    width: 100%;
    text-align: left;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    margin: 20px 0;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .menu-list:hover .menu-item .menu-nav-link:not(:hover) {
    opacity: .25;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .menu-list .menu-item:first-child .menu-nav-link {
    padding-top: 0;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .button-list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    gap: 10px;
}

#header .navbar-hamburger-wrapper .hamburger-menu .hamburger-menu-content .button-list .btn-hamburger-menu {
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    font-size: 24px;
    line-height: 24px;
}

#header .wrap-nav-logo {
    display: flex;
    align-items: center;
}

#header .wrap-nav-logo:hover {
    opacity: .7;
}

#header .wrap-nav-logo img {
    width: auto;
    height: 32px;
}

#header .navbar-collapse {
    position: relative;
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .navbar-collapse .btn-toggle-responsive {
    display: none;
}

#header .navbar-collapse .btn-mesa-green,
#header .navbar-collapse .btn-mesa-green:visited,
#header .navbar-collapse .btn-mesa-green:active {
    width: auto;
    border-radius: 30px;
    font-family: 'PublicSans-Medium';
    font-weight: 500;
    padding: 10px 15px;
    font-size: 15px;
    background-color: #00c607;
    color: #FFFFFF;
    border: none;
    margin: 0;
}

#header .navbar-collapse .btn-mesa-green:hover,
#header .navbar-collapse .btn-mesa-green:focus {
    background: #039303;
    color: #FFFFFF;
}


#header .navbar-collapse .btn-mesa-white,
#header .navbar-collapse .btn-mesa-white:visited,
#header .navbar-collapse .btn-mesa-white:active {
    width: auto;
    border-radius: 30px;
    font-family: 'PublicSans-Medium';
    font-weight: 500;
    padding: 10px 15px;
    font-size: 15px;
    border: 1px solid #D5D5D5;
    margin: 0;
}

#header .navbar-collapse .btn-mesa-white:hover,
#header .navbar-collapse .btn-mesa-white:focus {
    background-color: rgba(0, 0, 0, .05);
}

#header .navbar-collapse .btn-mesa-primary {
    padding: 10px 22px;
    font-size: 15px;
    line-height: 15px;
}

#header .navbar-collapse .wrap-nav-buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header .navbar-collapse .wrap-nav-buttons .nav-buttons-content {
    display: none;
    margin-right: 10px;
}

#header .navbar-collapse .wrap-nav-buttons .btn-nav {
    width: auto;
    border-radius: 30px;
    font-family: 'PublicSans-Medium';
    font-weight: 500;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 15px;
}

#header .navbar-collapse .wrap-nav-buttons .btn-nav:hover {
    background-color: rgba(0, 0, 0, .05);
}

/** Banner landing **/

.banner {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner-layer {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}

.banner .banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner .banner-content .bg-white-overlay {
    position: absolute;
    display: none;
    height: 200px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
}

.banner .banner-content .banner-box-wrapper {
    position: relative;
    display: block;
    padding: 0 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
}

.banner .banner-content .banner-box-wrapper .box-header {
    position: relative;
    display: block;
    padding: 140px 0 0;
}

.banner .banner-content .banner-box-wrapper .box-header h1 {
    width: 100%;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    color: #000000;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.banner .banner-content .banner-box-wrapper .box-header h1 .highlight {
    color: #3C63DB
}

.banner .banner-content .banner-box-wrapper .box-header p {
    position: relative;
    width: 100%;
    padding: 20px 0 40px;
    transition: all 1s;
    transform: scale(1);
    color: #FFFDFD;
    text-shadow: 1px 1px 1px #333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    max-width: 751px;
    margin: 0 auto;
}

.banner .banner-content .banner-box-wrapper .box-header .btn-cta {
    margin-top: 60px;
    border-radius: 100px;
    padding: 20px 38px;
    font-size: 22px;
}

.banner .banner-content .banner-box-wrapper .box-body {
    position: relative;
    display: block;
}

.banner .banner-content .banner-box-wrapper .box-body .gallery-items {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 35px 0 40px;
}

.banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item {
    position: relative;
    display: block;
    border-radius: 12px;
    height: auto;
    width: 45%;
    box-shadow: 0 0 12px rgb(172, 172, 172);
}

/** Content **/

.wrap-restaurant-finder {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 2rem 0;
}

.wrap-restaurant-finder h2 {
    font-size: 32px;
    line-height: 37px;
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
}

.wrap-restaurant-finder .form-finder {
    display: flex;
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    flex-direction: column;
}

.wrap-restaurant-finder .form-finder .form-input-results {
    position: relative;
    display: block;
    width: 100%;
}

.wrap-restaurant-finder .form-finder .form-input-results .form-control {
    z-index: 5;
    position: relative;
    height: 50px;
    padding: 0.75rem 1rem;
    border-radius: 9999px;
}

.wrap-restaurant-finder .form-finder .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    height: 50px;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 35px;
    left: 10%;
    width: 80%;
    min-height: 150px;
    background-color: #FFFFFF;
    z-index: 2;
    padding: 20px 0 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(0, 0, 0, .15) 0px 8px 24px;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    flex: 1;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item {
    width: 100%;
    min-height: 84px;
    display: flex;
    position: relative;
    padding: 10px 25px;
    border-bottom: 2px solid rgb(245, 244, 242);
    text-decoration: none;
    color: #000000;
    align-items: center;
    z-index: 3;
    flex-direction: column;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item.no-results {
    min-height: 54px;
    border-bottom: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    flex-direction: row;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item:hover {
    background-color: rgb(245, 244, 242);
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .no-results-message {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'PublicSans-Bold';
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .finder-avatar {
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #DEDEDE;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 2.8rem;
    height: 2.8rem;
    flex: none;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .finder-title {
    text-align: center;
    margin: 15px 0 0;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .finder-title h5 {
    margin-bottom: 10px;
}

.wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .finder-title p {
    font-family: 'PublicSans-Thin';
    margin-bottom: 0;
    color: #241E12;
}

.wrap-restaurant-items {
    position: relative;
    display: block;
    box-sizing: border-box;
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    padding: 0rem;
    border-radius: 4px;
    border: 1px solid rgb(229, 227, 221);
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
}

.wrap-restaurant-items .box-restaurant-item {
    width: 100%;
    display: flex;
    position: relative;
    padding: 30px 25px;
    border-bottom: 2px solid rgb(245, 244, 242);
    text-decoration: none;
    color: #000000;
    align-items: center;
    flex-direction: column;
}

.wrap-restaurant-items .box-restaurant-item:hover {
    background-color: rgb(245, 244, 242);
}

.wrap-restaurant-items .box-restaurant-item .box-restaurant-avatar {
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #DEDEDE;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 5rem;
    height: 5rem;
    flex: none;
}

.wrap-restaurant-items .box-restaurant-item .box-restaurant-title {
    text-align: center;
    margin: 15px 0 0;
}

.wrap-restaurant-items .box-restaurant-item .box-restaurant-title h4 {
    margin-bottom: 10px;
}

.wrap-restaurant-items .box-restaurant-item .box-restaurant-title h4 a {
    color: #000000;
    text-decoration: none;
}

.wrap-restaurant-items .box-restaurant-item .box-restaurant-title h4 a:hover {
    text-decoration: underline;
}

.wrap-restaurant-items .box-restaurant-item .box-restaurant-title p {
    font-family: 'PublicSans-Thin';
    margin-bottom: 0;
    color: #241E12;
}

.wrap-bundle-cards .content-bundle-cards .bundle-layer {
    border-radius: 20px;
    padding: 5px;
    margin: 0 0 86px;
    background: linear-gradient(rgba(60, 99, 219, .6), rgba(60, 99, 219, .03));
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrap-bundle-cards .content-bundle-cards .bundle-layer.last {
    margin: 0 0 30px;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card {
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 30px;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wrap-bundle-cards .content-bundle-cards .bundle-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wrap-bundle-cards .content-bundle-cards .bundle-image img {
    position: absolute;
    display: block;
    width: 118px;
    height: 118px;
    bottom: -59px;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-icon {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-icon i {
    background: #FFFFFF;
    opacity: 0.4;
    border: 0.61px solid #00C500;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    color: #3C63DB;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-icon .box-img {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-icon .box-img img {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-icon .box-img img.front {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-title {
    font-size: 35px;
    line-height: 37px;
    position: relative;
    width: 100%;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    position: relative;
    width: 100%;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-list li {
    font-size: 16px;
    line-height: 19px;
    font-family: 'PublicSans';
    margin: 0 0 15px 25px;
    position: relative;
}

.wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-list li:before {
    font-family: icons !important;
    content: "\F12E";
    border-top: none;
    font-size: 10px;
    font-weight: 600;
    color: #3C63DB;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #BCBDBE;
    left: -20px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    position: absolute;
    margin-top: 1px;
}

.wrap-metric-cards {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 1rem 0 .5rem;
}

.wrap-metric-cards .metric-card-wrapper {
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 30px;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}

.wrap-metric-cards .metric-card-wrapper .metric-card-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.wrap-metric-cards .metric-card-wrapper .metric-card-content .metric-icon {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.wrap-metric-cards .metric-card-wrapper .metric-card-content .metric-icon .box-img {
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.wrap-metric-cards .metric-card-wrapper .metric-card-content .metric-icon i {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0 auto;
}

.wrap-metric-cards .metric-card-wrapper .metric-card-content .metric-title {
    font-size: 50px;
    line-height: 59px;
    font-weight: 500;
    position: relative;
    margin: 50px 0 0;
    width: 100%;
}

.wrap-metric-cards .metric-card-wrapper .metric-card-content .metric-description {
    font-size: 24px;
    line-height: 28px;
    font-family: 'PublicSans';
    position: relative;
}

.wrap-primary-panel {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 4rem 0;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 430px;
}

.wrap-primary-panel .panel-content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    height: 474px;
    width: 100%;
    background-color: #dadada;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-primary-panel .panel-content .wrap-primary-box {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 430px;
}

.wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 50px 40px;
    width: auto;
    max-width: 623px;
    height: auto;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
}

.wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content h2 {
    font-size: 35px;
    line-height: 41px;
    color: #3C63DB;
    margin-bottom: 30px;
}

.wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content .btn-cta {
    margin-top: 30px;
}

.service-main-title {
    margin: 0 0 25px;
}

.service-main-title h2 {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
}

.service-nav-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 25px 0;
    top: 99px;
    z-index: 1019;
}

.service-nav-wrapper .service-nav-container {
    width: 100%;
    max-width: 1257px;
    margin: 0 auto;
}

.service-nav-wrapper .service-nav-container .service-nav-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 66px;
    padding: 0 10px;
    background-color: #F0EEEE;
    border: 4px solid #FFFFFF;
    border-radius: 54px;
    justify-content: left;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.service-nav-wrapper .service-nav-container .service-nav-box::-webkit-scrollbar {
    display: none;
}

.service-nav-wrapper .service-nav-container .service-nav-box .box-item {
    position: relative;
    padding: 12px 30px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    border-radius: 55px;
    display: block;
    margin: 0 0 0 10px;
    flex: none;
}

.service-nav-wrapper .service-nav-container .service-nav-box .box-item:first-child {
    margin: 0;
}

.service-nav-wrapper .service-nav-container .service-nav-box .box-item:hover {
    background-color: #3C63DB;
    color: #FFFFFF;
}

.service-nav-wrapper .service-nav-container .service-nav-box .box-item.active {
    background-color: #3C63DB;
    color: #FFFFFF;
}

.service-nav-wrapper .service-nav-container .service-nav-box .box-item.active:hover {
    background-color: #2f55c6;
    color: #FFFFFF;
}

.wrap-space-services {
    position: relative;
    display: block;
    padding: 5rem 0;
    scroll-margin-top: 6rem;
}

.wrap-space-services .space-service-bg {
    position: relative;
    display: flex;
    min-height: 270px;
    width: 100%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.wrap-space-services .space-service-bg video {
    height: auto;
    background-color: transparent;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.wrap-space-services .space-service-item {
    border-radius: 15px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
}

.wrap-space-services .space-service-item .space-service-icon {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.wrap-space-services .space-service-item .space-service-icon i {
    background: #FFFFFF;
    opacity: 0.4;
    border: 0.61px solid #00C500;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 22px;
    color: #3C63DB;
}

.wrap-space-services .space-service-item .space-service-icon img {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
}

.wrap-space-services .space-service-item .space-service-title {
    font-size: 35px;
    line-height: 40px;
    position: relative;
    width: 100%;
    text-align: left;
}

.wrap-space-services .space-service-item .space-service-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 35px;
    position: relative;
    width: 100%;
}

.wrap-space-services .space-service-item .space-service-list li {
    font-size: 16px;
    line-height: 20px;
    font-family: 'PublicSans';
    margin: 0 0 15px 25px;
    position: relative;
    text-align: left;
}

.wrap-space-services .space-service-item .space-service-list li:before {
    font-family: icons !important;
    content: "\F12E";
    border-top: none;
    font-size: 10px;
    font-weight: 600;
    color: #3C63DB;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 1px solid #BCBDBE;
    left: -20px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1px;
    position: absolute;
    margin-top: 1px;
}

.wrap-request-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 30px;
    border-radius: 30px;
    background-color: #3C63DB;
    color: #FFFFFF;
}

.wrap-request-card::after {
    content: "";
    height: 30px;
    width: 90%;
    background: rgba(60, 99, 219, .1);
    position: absolute;
    bottom: -30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.wrap-request-card h2 {
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 56px;
}

.wrap-request-card p {
    font-family: 'PublicSans';
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.wrap-request-card .btn-white {
    background: #FFFFFF;
    color: #3C63DB;
}

.wrap-request-card .btn-white:hover {
    background: rgba(255, 255, 255, .85);
    border-color: rgba(255, 255, 255, .85);
}

.wrap-success-stories {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.wrap-success-stories .story-card-title-wrapper {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.wrap-success-stories .story-card-title-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
}

.wrap-success-stories .story-card-title-wrapper p {
    font-size: 34px;
    line-height: 40px;
}

.wrap-success-stories .story-card-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 30px;
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 0 30px;
}

.wrap-success-stories .story-card-wrapper .story-card-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-message {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: right;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-message p {
    text-align: left;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-message .btn-reading {
    font-size: 14px;
    line-height: 16px;
    display: none;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-author {
    position: relative;
    display: flex;
    padding: 25px 0 0;
    border-top: 1px solid #D0D0D0;
    width: 100%;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-author .avatar {
    position: relative;
    display: block;
    flex: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 10px 0 0;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-author .info {
    position: relative;
    display: flex;
    width: 100%;
    flex: 1;
    height: auto;
    justify-content: center;
    flex-direction: column;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-author .info .name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'PublicSans-Bold';
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-author .info .description {
    font-size: 15px;
    line-height: 18px;
}

.wrap-success-stories .story-card-wrapper .story-card-content .story-author .info .description span {
    display: block;
}

.wrap-trusted-restaurants {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.wrap-trusted-restaurants .trusted-restaurants-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 430px;
    padding: 0 70px;
    margin-bottom: 20px;
    text-align: center;
}

.wrap-trusted-restaurants .trusted-restaurants-head h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 59px;
}

.wrap-trusted-restaurants .trusted-restaurants-head p {
    font-size: 24px;
    line-height: 28px;
}

.wrap-trusted-restaurants .trusted-restaurants-body {
    flex: 1;
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 540px;
    width: 100%;
}

.wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    background-color: #FFFFFF;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 12s;
    opacity: 1;
}

.wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content:nth-of-type(1) {
    animation-delay: 8s;
}

.wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content:nth-of-type(2) {
    animation-delay: 4s;
}

.wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content:nth-of-type(3) {
    animation-delay: 0s;
}

.wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content .trusted-restaurant {
    width: auto;
    max-width: none;
    border-radius: 10px;
    height: 120px;
    margin: 5px 10px 10px;
}

.wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content .trusted-restaurants-collection {
    width: 100%;
    height: auto;
    max-height: 205px;
    border-radius: 10px;
    margin: 5px 10px 10px;
}

.wrap-subscription-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 30px;
    border-radius: 30px;
    background-color: #F0EEEE;
    color: #3C63DB;
    bottom: -120px;
    z-index: 2;
}

.wrap-subscription-card::after {
    content: "";
    height: 30px;
    width: 90%;
    background: rgba(240, 238, 238, 0.1);
    position: absolute;
    bottom: -30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.wrap-subscription-card h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 47px;
    color: #3C63DB;
}

.wrap-subscription-card .btn-blue {
    background: #4b63d8;
    color: #FFFFFF;
}

.wrap-subscription-card .btn-blue:hover {
    background-color: #2f4bd2;
    border-color: #2f4bd2;
    color: #FFFFFF;
}


/** Footer **/

footer {
    display: block;
    position: relative;
    padding: 0 0 2rem;
    background-color: #003B80;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: #FFFFFF;
}

footer .footer-container {
    display: block;
    position: relative;
    padding: 20px 25px;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

footer .footer-container.content-top {
    z-index: 1;
    padding: 220px 25px 80px;
    /*padding: 100px 25px 80px;*/
}

footer .footer-container .footer-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

footer .footer-container .footer-content .menu-footer {
    display: inline-block;
}

footer .footer-container .footer-content .menu-footer .menu {
    text-align: left;
    margin: 5px 0 33px;
    padding: 0;
}

footer .footer-container .footer-content .menu-footer .menu .menu-item {
    padding: 0 0 15px 0;
    list-style: none;
    display: block;
    margin-left: 0;
    line-height: 20px;
}

footer .footer-container .footer-content .menu-footer .menu .menu-item a {
    font-size: 16px;
    font-family: 'PublicSans-Thin';
    color: #FFFFFF;
    text-decoration: none;
    padding: 0;
    font-weight: 500;
}

footer .footer-container .footer-content .menu-footer .menu .menu-item a:hover {
    color: #dcdcdc;
}

footer .footer-container .wrap-logo-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0 20px;
}

footer .footer-container .wrap-logo-buttons .footer-logo {
    display: inline-block;
    text-align: center;
    margin: 0 0 20px;
}

footer .footer-container .wrap-logo-buttons .footer-logo:hover {
    opacity: .7;
}

footer .footer-container .wrap-logo-buttons .footer-logo img {
    width: auto;
    height: 50px;
    max-width: 100%;
    position: relative;
}

footer .footer-line-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 25px;
}

footer .footer-line-wrapper .footer-line-breaker {
    width: auto;
    max-width: 1400px;
    height: 1px;
    margin: 15px auto;
    background-color: rgba(255, 255, 255, .3);
    display: block;
    position: relative;
}

footer .footer-container .wrap-social-media {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

footer .footer-container .wrap-social-media .footer-link {
    font-size: 16px;
    font-family: 'PublicSans-Thin';
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0;
    font-weight: 500;
}

footer .footer-container .wrap-social-media .footer-link:hover {
    color: #dcdcdc;
}

footer .footer-container .wrap-social-media .app-btns {
    line-height: 15px;
    margin: 25px 0 0;
}

footer .footer-container .wrap-social-media .app-btns .app-btn {
    width: 160px;
    color: #FFFFFF;
    padding: 5px 0;
    text-align: left;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'PublicSans-Thin';
    font-size: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
    background-color: #000000;
    transition: background-color .25s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-container .wrap-social-media .app-btns .app-btn:hover {
    background-color: #4b63d8;
    color: #FFFFFF;
}

footer .footer-container .wrap-social-media .app-btns .app-btn i {
    width: 20%;
    text-align: center;
    font-size: 25px;
    margin-right: 7px;
}

footer .footer-container .wrap-social-media .app-btns .app-btn .big-txt {
    font-size: 16px;
    font-family: 'PublicSans-Bold';
    text-transform: capitalize;
}


/***
**** Responsive Styles (Versión Escritorio)
****/

@media (min-width: 992px) {
    #header .navbar-collapse .btn-toggle-responsive {
        display: block;
    }
    /** Commons **/
    .primary-content.bg-layer-ornament::before {
        height: 1100px;
        margin-top: 100px;
    }
    /** Content **/
    .banner {
        background-attachment: fixed;
    }
    .banner .banner-content {
        min-height: 724px;
    }
    .banner .banner-content .bg-white-overlay {
        display: block;
    }
    .banner .banner-content .banner-box-wrapper .box-header h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .banner .banner-content .banner-box-wrapper .box-header p {
        font-size: 24px;
        line-height: 28px;
    }

    .banner .banner-content .banner-box-wrapper .box-body .gallery-items {
        max-height: 370px;
        padding: 25px 0 0;
    }

    .banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item {
        height: 139px;
        max-width: 290px;
        width: 100%;
    }

    .banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item:nth-child(2) {
        margin-top: 70px;
    }

    .banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item:nth-child(4),
    .banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item:nth-child(6) {
        margin-top: -70px;
    }

    .wrap-restaurant-finder {
        max-width: 1056px;
    }

    .wrap-bundle-cards .content-bundle-cards .bundle-layer {
        margin: 0 0 30px;
    }

    .wrap-bundle-cards .content-bundle-cards .bundle-card {
        justify-content: flex-start;
        padding: 100px 50px 10px;
    }

    .wrap-restaurant-finder h2 {
        font-size: 42px;
        line-height: 47px;
    }

    .wrap-restaurant-finder .form-finder {
        flex-direction: row;
    }

    .wrap-restaurant-finder .form-finder .btn-primary {
        padding-left: 70px;
        padding-right: 70px;
        height: auto;
        margin-left: 16px;
        margin-top: 0;
    }

    .wrap-restaurant-finder .form-finder .form-input-results .box-finder-results {
        left: 1.5%;
        width: 97%;
    }

    .wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item {
        flex-direction: row;
    }

    .wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .finder-title {
        margin: 0 0 0 15px;
        text-align: left;
    }

    .wrap-restaurant-finder .form-finder .form-input-results .box-finder-results .box-finder-content .finder-item .finder-title h5 {
        margin-bottom: 0;
    }

    .wrap-restaurant-items .box-restaurant-item {
        flex-direction: row;
    }

    .wrap-restaurant-items .box-restaurant-item .box-restaurant-title {
        margin: 0 0 0 15px;
        text-align: left;
    }

    .wrap-restaurant-items .box-restaurant-item .box-restaurant-title h4 {
        margin-bottom: 0;
    }

    .wrap-bundle-cards .content-bundle-cards .bundle-card .bundle-title {
        font-size: 30px;
        line-height: 35px;
    }

    .wrap-primary-panel {
        margin-bottom: 0;
        padding: 4rem 25px;
    }

    .wrap-primary-panel .panel-content {
        justify-content: flex-start;
        padding: 40px 30px;
        height: 836px;
        border-radius: 30px;
        background-position: center;
    }

    .wrap-primary-panel .panel-content .wrap-primary-box {
        position: relative;
        justify-content: flex-start;
        top: 0;
    }

    .wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content {
        position: relative;
        justify-content: flex-end;
        padding: 60px 70px;
        width: 100%;
    }

    .wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content h2 {
        font-size: 50px;
        line-height: 59px;
        margin-bottom: 40px;
    }

    .wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .wrap-primary-panel .panel-content .wrap-primary-box .primary-box-content .btn-cta {
        margin-top: 40px;
    }

    .service-main-title h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .service-nav-wrapper .service-nav-container .service-nav-box .box-item {
        padding: 14px 38px;
    }

    .wrap-space-services {
        padding: 4rem 0;
        scroll-margin-top: 3.5rem;
    }

    .wrap-space-services .space-service-bg {
        min-height: 90vh;
    }

    .wrap-space-services .space-service-item {
        min-height: 480px;
        padding: 40px 20px;
    }

    .wrap-space-services .space-service-item .space-service-title {
        font-size: 48px;
        line-height: 53px;
    }

    .wrap-space-services.align-right .space-service-item .space-service-title {
        text-align: right;
    }

    .wrap-space-services .space-service-item .space-service-icon {
        display: block;
    }

    .wrap-space-services.align-right .space-service-item .space-service-icon {
        text-align: right;
    }

    .wrap-space-services.align-right .space-service-item .space-service-list li {
        text-align: right;
        margin: 0 25px 15px 0;
    }

    .wrap-space-services.align-right .space-service-item .space-service-list li:before {
        left: auto;
        right: -25px;
    }

    .wrap-space-services .space-service-item .btn-cta {
        margin: 0 auto 0 0;
    }

    .wrap-space-services.align-right .space-service-item .btn-cta {
        margin: 0 0 0 auto;
    }

    .wrap-success-stories .story-card-wrapper {
        padding: 60px 50px;
    }

    .wrap-success-stories .story-card-wrapper .story-card-content {
        min-height: 450px;
    }

    .wrap-success-stories .story-card-wrapper .story-card-content .story-message {
        margin-bottom: 15px;
    }

    .wrap-success-stories .story-card-wrapper .story-card-content .story-message p {
        margin: 0;
    }

    .wrap-success-stories .story-card-wrapper .story-card-content .story-message p.short-content {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;
    }

    .wrap-success-stories .story-card-wrapper .story-card-content .story-message .btn-reading {
        display: inline-block;
    }

    .wrap-trusted-restaurants {
        flex-direction: row;
    }

    .wrap-trusted-restaurants .trusted-restaurants-head {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 0;
    }

    .wrap-trusted-restaurants .trusted-restaurants-head h2 {
        font-size: 100px;
        line-height: 118px;
    }

    .wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content img {
        margin: 5px 30px 10px;
    }

    .wrap-trusted-restaurants .trusted-restaurants-body .trusted-restaurants-body-content .trusted-restaurant {
        height: 140px;
        margin: 5px 20px 10px;
    }

    .wrap-subscription-card {
        flex-direction: row;
        justify-content: space-between;
        padding: 80px 50px;
    }

    .wrap-subscription-card h2 {
        margin: auto;
        max-width: 500px;
    }

    .wrap-subscription-card .btn-blue {
        margin: auto;
    }

    /** Footer **/
    footer .footer-container .wrap-social-media {
        flex-direction: row;
    }

    footer .footer-container .wrap-social-media .footer-link {
        flex: 1;
        text-align: left;
    }

    footer .footer-container .wrap-social-media .app-btns {
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin: 0;
    }

    footer .footer-container .footer-content h3 {
        min-height: 60px;
    }

    footer .footer-container .wrap-social-media .app-btns .app-btn {
        width: 140px;
        margin-left: 10px;
        margin-bottom: 0;
    }
}

/***
**** Responsive Styles (Fixes)
****/

@media (min-width: 1332px) {
    /** Header nav **/
    #header .navbar-hamburger-wrapper {
        margin: 0;
    }

    #header .navbar-collapse .btn-toggle-responsive {
        display: block;
    }

    #header .navbar-hamburger-wrapper .navbar-brand {
        display: none;
    }

    #header .navbar-collapse .wrap-nav-buttons .nav-buttons-content {
        display: block;
    }
}

@media (min-width: 1169px) {
    /*#header .action-buttons-wrapper, #header .wrap-nav-logo {
        width: 215px;
    }*/
    .banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item {
        height: 168px;
        max-width: 350px;
        width: 100%;
    }
}

@media (min-width: 1311px) {
    .banner .banner-content .banner-box-wrapper .box-body .gallery-items .image-item {
        height: 192px;
        max-width: 400px;
        width: 100%;
    }
}

/***
**** Extras
***/
.over-lay {
    position: absolute;
    background-color: rgba(255, 255, 255, .75);
    transition: background-color .25s linear;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.over-lay-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: #3e3e3e;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #3e3e3e;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.fade-out-top {
	-webkit-animation: fade-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-top 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}
