/* -------- */
/* Caja de Utilidades */
/*--

Colores:
Naranja claro: #F0CA9E
Naranja: #E6A65D
Azul oscuro: #0FA3AD
Azul: #66C8CE
Claro: #FFFFF2
Gris: #707070
Negro: #333333

Degradado:
#E6A65D - #F0CA9E

Tipografía:
Josefin Sans

--*/

/*----------------------------

  # Y O O M E E (styles)

----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,600;1,400&display=swap");

/*---

  G L O B A L

---*/
/*
* {
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
*/

body {
  font-family: "Josefin Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -3px;
}

a {
  text-decoration: none;
}

p {
  font-size: 1.1em;
  line-height: 1.4;
}

p,
a,
li,
label {
  letter-spacing: -0.4px;
}

.container {
  max-width: 1200px;
}

.padding-top {
  padding-top: 17rem;
}

.badge {
  font-size: 0.6rem;
  padding: 0.3rem 0.95rem;
}

.badge-info {
  background: #66c8ce;
  border-radius: 20px;
}

.bg-sand {
  width: 100%;
  height: 400px;
  background: #fffff2;
  margin-top: -200px;
}

/*---

  B U T T O N S
  
---*/
.btn-primary {
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  padding: 15px 35px;
  padding-top: 20px;
  line-height: 1;
  background-color: #e6a65d;
  border-radius: 25px;
  /*transition: all 0.2s;*/
}

.btn-primary:hover {
  background-color: #f0ca9e;
}

.btn-info {
  background-color: #66c8ce;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1;
  border-radius: 25px;
  border: none;
  color: #fff;
  /* transition: all 0.2s; */
}

.btn-info:hover {
  background-color: #0fa3ad;
  color: #fff;
  transform: scale(1.2);
}

.btn-circle {
  border-radius: 100%;
  line-height: 1.5;
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
}

.btn-primary.btn-circle {
  height: 160px;
  width: 160px;
  padding: 65px 20px;
}

.btn-info.btn-circle {
  height: 120px;
  width: 120px;
  padding: 30px 20px;
  font-size: 0.7rem;
}

.btn-big {
  position: relative;
  overflow: hidden;
  width: 300px;
}

.btn-big img {
  width: 130px;
  /* height: auto !important; */
  position: absolute;
  left: -30px;
  bottom: -15px;
  transform: rotate(140deg);
}

.btn-big .btn-text {
  margin-left: 75px;
  text-align: left;
}

.btn-big .btn-text p:nth-child(2) {
  font-weight: lighter;
  line-height: 0;
}

/*---

  L O G A L
  
---*/
.logo {
  background: url("../img/logo-color.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  display: inline-block;
}

.logo-white {
  background: url("../img/logo-white.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hide-text {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.glass {
  background: rgba(15, 163, 173, 0.1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(10px);
  border-radius: 2em;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 2rem;
}

/*---

  N A V B A R 
  
---*/
nav {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 99;
  /**/
}

nav .logo-flag {
  background-color: #fffff2;
  padding: 75px 40px 20px 40px;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
}

/*Scroll*/
nav.scroll {
  background: #fffff2;
  color: black !important;
  /* padding: 0px; */
  height: 100px;
  /**/
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
}

nav.scroll .container {
  transition: 0.1s;
}

nav.scroll .menu-elements {
  padding-top: 0px;
}

nav.scroll .logo-flag {
  background: transparent;
  padding: 0px 40px 20px 40px;
  transition: 0.1s;
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0);
}

nav.scroll .menu-elements .menu-link {
  color: #333333;
}

nav.black .menu-link {
  color: #333333 !important;
}

/**/

nav .menu-elements {
  padding-top: 80px;
}

nav .menu-elements .menu-link {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  padding: 15px 15px;
  margin-left: 5px;
  color: #fff;
}

nav .menu-elements .btn-primary {
  margin-left: 15px;
  background: #333;
}

/* --- Mobile --- */
#menu-mobile {
  display: none;
  width: 100% !important;
  margin: 0px !important;
}

.menu-mobile {
  background: #fffff2;
  border-radius: 0px 0px 40px 40px;
  padding: 0px 30px 0px 30px;
  height: 80px;
  z-index: 1;
}

.menu-mobile ion-icon {
  font-size: 2.8rem;
  color: #0fa3ad;
  font-weight: bold;
  padding: 0px 10px 10px;
}

.menu-mobile .logo-mobile {
  width: 120px;
}

#menu-mobile .btn-primary {
  border-radius: 0px !important;
}

.banner-home-mobile {
  width: 100% !important;
  background: #333333;
  color: #ffffff;
  text-align: center;
  margin-top: 0px;
  /**/
  padding: 65px 15px 5px;
  position: absolute;
  z-index: -1;
  top: 90px;
}

.banner-home-mobile p:nth-child(1) {
  font-weight: bolder;
  line-height: 0;
  text-transform: uppercase !important;
  font-size: 0.8rem;
}

.banner-home-mobile p:nth-child(2) {
  font-weight: lighter;
  font-size: 1rem;
  line-height: 0.8;
}

/*---

  R I B B O N
  
---*/
.ribbon {
  background: #fffff2;
  height: 70px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 100px;
  padding: 15px 40px 0 0;
  /**/
  position: absolute;
  top: 30px;
  right: 0%;
  z-index: 10;
  -webkit-box-shadow: -10px 10px 17px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -10px 10px 17px -6px rgba(0, 0, 0, 0.75);
  box-shadow: -10px 10px 17px -6px rgba(0, 0, 0, 0.75);
}

.ribbon:before {
  content: "";
  border: 35px solid #fffff2;
  border-left-color: transparent;
  border-left-width: 50px;
  position: absolute;
  top: 0;
  left: -85px;
}

.ribbon .ribbon-title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.ribbon .ribbon-text {
  font-size: 0.9rem;
}

/*---

  B A N N E R  H O M E 
  
---*/
.banner-home {
  background: #333333;
  color: #fffff2;
  padding: 30px 1px;
}

.sub-title {
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #0fa3ad;
  font-weight: bolder;
}

h2 {
  font-size: 2.5rem;
  font-weight: bolder;
}

/*---

  F O O D  H O M E
  
---*/
.food-home {
  position: relative;
  overflow: hidden;
  background-color: #0fa3ad;
  padding: 40px 0px;
}

.food-home-text-wrap {
  position: relative;
}

.food-home .tray {
  position: absolute;
}

.food-home .tray-top {
  top: -250px;
  left: -300px;
  width: 1000px;
  height: auto;
}

.food-home .tray-bottom {
  bottom: -350px;
  right: -320px;
  width: 900px;
  height: auto;
  transform: rotate(45deg);
}

.food-home .glass-home {
  width: 90%;
  height: 85%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.food-home-text-wrap {
  color: #fff;
}

.food-home-text-wrap h1 {
  font-size: 3.2em;
  margin-bottom: 30px;
}

.food-home-text-wrap .line-decoration {
  width: 200px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-top: 5px;
}

.food-home-text-wrap p {
  padding: 0px 30px;
}

/*---

  F O O D  C O L L A G E
  
---*/
.food-collage {
  position: relative;
  height: 800px;
}

.dead-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.food-collage .tray-center {
  width: 100%;
  z-index: 10;
}

.food-collage-circles-wrap {
  width: 100%;
  height: 800px;
  z-index: 9;
}

.food-collage .circle {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.food-collage .circle-first {
  z-index: 8;
  width: 600px;
  height: 600px;
}

.food-collage .circle-last {
  z-index: 7;
  width: 850px;
  height: 850px;
}

.food-collage .btn-wrap {
  position: absolute;
  bottom: 15%;
  left: 0px;
  z-index: 11;
}

.food-collage .tri-element {
  width: 200px;
  height: auto;
  position: absolute;
  z-index: 2;
}

.food-collage-circles-wrap .tri-element:nth-child(1) {
  top: 50px;
  left: 0px;
}

.food-collage-circles-wrap .tri-element:nth-child(2) {
  top: 20px;
  right: 0px;
}

.food-collage-circles-wrap .tri-element:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.food-collage-circles-wrap .tri-element:nth-child(4) {
  bottom: 80px;
  right: 0px;
}

.btn-wrap .btn-info {
  margin-top: 170px;
  margin-left: -20px;
}

/*---

  B A N N E R  M O N T H
  
---*/
.month-banner {
  background: linear-gradient(rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5)),
    url(../img/background/month.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 10px;
  position: relative;
  z-index: 0;
}

.month-banner p.font-weight-bold {
  font-weight: bold !important;
  line-height: 0;
}

.month-glass {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  border-radius: 0px 150px 150px 0px;
  /**/
  background: rgba(255, 255, 242, 0.7);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(20px);
  -o-backdrop-filter: blur(10px);
}

.card-custom {
  background: #fff;
  width: 500px;
  border-radius: 30px;
  padding: 20px 0px;
  padding-top: 30px;
  position: relative;
  z-index: 10;
}

.card-custom-image {
  position: relative;
  width: 160px;
  text-align: end;
  padding: 0.5rem;
}

.card-custom-image img {
  width: 90px;
}

.card-custom-image img:nth-child(2) {
  margin-top: -40px;
  margin-right: 25px;
}

.card-custom-image img:nth-child(3) {
  margin-top: -40px;
  margin-right: 50px;
}

.card-custom-text {
  padding-top: 1.5rem;
}

.card-custom-text p {
  line-height: 0;
}

.month-image-one {
  position: absolute;
  width: 200px;
  top: -100px;
  right: -50px;
  z-index: -1;
}

.month-image-two {
  position: absolute;
  width: 200px;
  left: 100px;
  bottom: -200px;
}

/*---

  A B O U T
  
---*/
.about-us {
  position: relative;
  padding-bottom: 6rem;
  margin-top: 6rem;
}

.about-us-food-tray {
  position: absolute;
  top: 0px;
  left: -300px;
  width: 1000px;
  height: auto;
}

.about-us-food-tray:nth-child(2) {
  position: absolute;
  top: 450px;
  left: 420px;
  width: 300px;
  height: auto;
  z-index: -1;
}

.about-us .btn-wrap {
  float: right;
}

/* --- Glass Wrap --- */
.glass-wrap h6 {
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
}

.glass-big {
  width: 200px;
  height: 250px;
  position: relative;
  margin-top: 100px;
}

.glass-big img {
  position: absolute;
  width: 250px;
  transform: rotate(-74deg);
  bottom: -15%;
  right: -50%;
}

.glass-top-padding {
  width: 280px;
  height: 140px;
  position: relative;
  margin-left: 245px;
  margin-top: -50px;
}

.glass-top-padding img {
  position: absolute;
  width: 200px;
  top: -35%;
  right: -35%;
}

.glass-normal {
  width: 350px;
  height: 140px;
  position: relative;
  margin-left: 400px;
  margin-top: 50px;
}

.glass-normal img {
  position: absolute;
  width: 230px;
  bottom: -50%;
  right: -24%;
  transform: rotate(90deg);
  z-index: -4;
}

/*---

  C A L L  T O   A C T I O N
  
---*/
.call-to-action {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 250px;
  padding-top: 60px;
  background-color: #66c8ce;
  color: #fff;
}

.call-to-action .col-md-5,
.call-to-action .col-md-4 {
  z-index: 1;
}

.call-to-action h1 {
  font-size: 3em;
}

.call-to-action .btn-primary {
  padding: 23px 60px;
  padding-top: 23px;
}

/* --- Food Tray --- */
.call-to-action .food-tray-row {
  position: absolute;
  height: 300px;
  width: 150%;
  bottom: -190px;
  left: 50%;
  transform: translateX(-50%);
}

.food-tray-wrap {
  width: 50%;
  height: auto;
  margin-left: -50px;
  margin-right: -50px;
}

.food-tray-wrap img {
  width: 100%;
}

/*---

  F O O T E R
  
---*/
footer {
  background-color: #333333;
  color: #fff;
  padding: 40px 0px 30px 0px;
}

footer .logo {
  width: 250px;
}

footer .legal-text {
  margin-top: 40px;
}

footer .legal-text a {
  color: #fff !important;
  margin-left: 20px;
}

/* --- Social Icons --- */
.social-icons .social-link {
  margin-left: 30px;
}

.social-icons .social-custom {
  width: 25px;
  height: 25px;
  display: block;
}

.social-icons .facebook-icon {
  background: url(../img/icon/facebook.svg) center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icons .instagram-icon {
  background: url(../img/icon/instagram.svg) center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-icons .whatsapp-icon {
  background: url(../img/icon/whatsapp.svg) center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/*---

  P R I C I N G  T A B L E
  
---*/

.pricing-table {
  padding-top: 6rem;
  margin-bottom: -180px;
}

.card-pricing {
  background: transparent;
}

.card-pricing.bg {
  border-radius: 0px 0px 25px 25px;
  background: #ffffff !important;
}

.card-pricing h4 {
  font-size: 2rem;
  font-weight: bolder;
}

.card-pricing ul {
  padding: 2rem;
  position: relative !important;
  background: #66c8ce;
}

.card-pricing-title {
  height: 120px;
  padding: 1.2rem;
  position: relative;
}

.card-pricing-list li {
  height: 65px;
  padding: 0.5rem 0rem 0rem 0rem;
}

/* options */
.card-pricing-options {
  max-width: 310px;
}

.card-pricing-options .card-pricing-list {
  background: #66c8ce;
  color: #fffff2;
  border-radius: 20px 0px 0px 20px;
}

.card-pricing-options .card-pricing-list li {
  border-bottom: 1px solid;
}

.card-pricing-options li {
  height: 65px;
  display: flex;
  align-items: center;
}

/* pricing */
.card-pricing-element .card-pricing-list li,
.card-pricing-element-main .card-pricing-list li {
  /**/
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pricing-list .tick-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #66c8ce;
  position: relative;
  /**/
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pricing-list .tick-circle.error {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #707070;
  /**/
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-pricing-list .tick-circle img {
  width: 50%;
}

/* Main */
.card-pricing-element-main .card-pricing-title {
  background: #66c8ce;
  color: #ffffff;
}

.card-pricing-element-main .card-pricing-list {
  background: #66c8ce;
  color: #ffffff;
}

.card-pricing-element-main .tick-circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffffff;
}

/* Extras */
.card-pricing-title .title-main-t {
  position: absolute;
  top: -50px;
  left: 0%;
  width: 100%;
  padding: 1rem 0rem;
  font-size: 1rem;
  background: #0fa3ad;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.card-pricing-element-main .btn-primary {
  border-radius: 0px 0px 20px 20px;
  margin-top: -17px;
}

.card-pricing-item {
  height: 105px;
  font-size: 0.85rem;
}

.card-pricing-item .title {
  margin-top: 10px;
}

.card-pricing-item .text {
  font-weight: lighter;
  color: #707070;
  line-height: 0;
}

.card-pricing .btn-primary {
  border-radius: 0px 0px 20px 20px;
  margin-top: -17px;
}

.card-pricing-item-images {
  max-width: 100px;
  min-width: 100px;
}

.card-pricing-item-images img:nth-child(2) {
  margin-top: -35px;
  margin-left: -15px;
}

#table-product {
  display: none;
}

.wrap-table {
  position: absolute;
  left: 0%;
  top: 2.5%;
  width: 100%;
  height: 95%;
  background: #ffffff;
  /* transform: translate(-50%, 10px); */
  border-radius: 25px 0px 0px 25px;
}

.wrap-table.two {
  /* transform: translate(-50%, 10px); */
  border-radius: 0px 0px 0px 0px;
}

/*---

  T R A N S I T I O N
  
---*/
.transition {
  background: #fffff2;
  width: 100%;
  height: 110vh;
  position: relative;
}

.transition-image {
  background: url("../img/background/cirtus.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  mix-blend-mode: multiply;
}

/*---

  D I E T
  
---*/
.diet {
  background: transparent;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
  margin-top: -220px;
}

.diet-tray-one {
  position: absolute;
  width: 500px;
  left: -250px;
  top: -20px;
}

.diet-tray-two {
  position: absolute;
  width: 500px;
  right: -250px;
  top: 0px;
}

.diet-tray-three {
  position: absolute;
  width: 300px;
  bottom: -150px;
  left: 250px;
  z-index: 1;
}

.floating-bg {
  background-color: #fffff2;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 500px;
  top: 20%;
  left: 0px;
}

/*---

  W H A T S A P P
  
---*/
.whatsapp {
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 60px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: 3px 5px 12px -1px rgba(0, 0, 0, 0.39);
  /* text */
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp:hover {
  color: #fff;
}

/*---

  R E S P O N S I V E  D E S I N G
  
---*/
@media (max-width: 700px) {

  .accordion-button img {
    height: 80px !important;
  }

  .accordion-button {
    font-size: 1.2rem !important;
  }

  /*---

    B U T T O N S
    
  ---*/
  .btn-primary.btn-circle {
    height: 150px;
    width: 150px;
    padding: 60px 20px;
    font-size: 0.75rem;
  }

  .btn-info.btn-circle {
    width: 120px;
    height: 120px;
    padding: 25px 20px;
    font-size: 0.75rem;
  }

  .btn-big {
    width: 100%;
    margin-top: 50px;
    margin-bottom: -10px !important;
  }

  /**/
  .card-body {
    padding: 0px !important;
  }

  .container {
    max-width: 90% !important;
  }

  .bg-sand {
    height: 250px;
  }

  /*---

    N A V B A R 
    
  ---*/
  nav {
    position: fixed !important;
  }

  nav #menu-desktop {
    display: none;
  }

  #menu-mobile {
    display: block;
  }

  #menu-mobile ion-icon {
    cursor: pointer;
    position: relative;
    top: 8px;
  }

  .logo {
    height: 80px;
    position: relative;
    top: 2px;
  }

  /*---

    F O O D  H O M E
    
  ---*/
  .food-home {
    text-align: center;
    padding-top: 16rem;
    padding-bottom: 5rem;
    margin-top: 0;
  }

  .food-home .tray {
    display: none;
  }

  .food-home .tray-bottom {
    display: block;
    width: 400px;
    bottom: 200px;
    right: -150px;
  }

  .food-home-text-wrap h1 {
    margin-top: 180px;
    font-size: 2.2em;
    padding: 1.5rem;
  }

  .food-home-text-wrap p {
    margin-top: -25px;
    margin-bottom: 40px;
  }

  .food-home-text-wrap .line-decoration {
    display: none;
  }

  .food-home .glass-home {
    height: 65%;
    top: 52%;
  }

  /*---

    F O O D  C O L L A G E
  
  ---*/
  .food-collage {
    height: 100px;
  }

  .food-collage-circles-wrap {
    display: none;
  }

  .food-collage .btn-wrap {
    position: absolute;
    bottom: 15%;
    left: 0px;
    z-index: 11;
  }

  .dead-center {
    top: -450px;
  }

  .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: -45px;
    /**/
    height: 550px;
    display: flex;
    align-items: flex-end;
  }

  .btn-wrap .btn-info {
    margin-top: 0px;
    margin-left: 10px;
  }

  /*---

  F O O T E R
  
  ---*/
  footer {
    background-color: #333333;
    color: #fff;
    padding: 40px 0px 30px 0px;
  }

  footer .legal-text a {
    margin-left: 0px;
  }

  .pre-footer .col-md-9 {
    display: flex;
    margin-bottom: 30px;
  }

  .pre-footer .col-md-9 .logo {
    width: 200px;
  }

  .social-icons {
    justify-content: center !important;
    text-align: center;
    margin-bottom: 50px;
  }

  .social-icons .social-link:nth-child(1) {
    margin-left: 0px !important;
  }

  .legal-text .col-md-6:nth-child(1) {
    order: 1;
    text-align: center !important;
  }

  .legal-text .col-md-6:nth-child(2) {
    text-align: center !important;
    margin-bottom: 50px;
  }

  /*---

    C A L L  T O   A C T I O N
  
  ---*/
  .call-to-action {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 250px;
    padding-top: 60px;
    background-color: #66c8ce;
    color: #fff;
  }

  .call-to-action h1 {
    font-size: 2em;
  }

  .call-to-action .col-md-5 {
    padding: 0px !important;
    text-align: center;
    margin-bottom: 2rem;
  }

  .call-to-action .col-md-4 {
    padding: 0px !important;
    text-align: center !important;
  }

  .call-to-action .btn {
    margin-top: 2rem;
  }

  /* --- Food Tray --- */
  .call-to-action .food-tray-row {
    width: 400%;
    left: -17%;
    bottom: -150px;
  }

  .food-tray-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }

  /*---

    A B O U T
  
  ---*/
  .about-us {
    position: relative;
    /*height: 1600px;*/
    padding-bottom: 6rem;
    margin-top: 6rem;
  }

  .about-us-food-tray {
    width: 550px;
  }

  .about-us-food-tray:nth-child(2) {
    top: 150px;
    left: 50px;
    width: 250px;
  }

  .about-us h3 {
    font-size: 2.4rem;
  }

  .about-us p {
    line-height: 2;
  }

  /* --- Glass Wrap --- */
  .glass-top-padding {
    position: absolute;
    bottom: 450px;
    margin-left: 0px;
    width: 70% !important;
  }

  .glass-top-padding img {
    position: absolute;
    width: 150px;
    top: -35%;
    right: -10%;
    opacity: 0.5;
  }

  .glass-normal {
    position: absolute;
    bottom: 260px;
    margin-left: 0px;
    width: 85% !important;
  }

  .glass-normal img {
    position: absolute;
    width: 150px;
    bottom: -40%;
    right: -5%;
    transform: rotate(90deg);
    z-index: -2;
    opacity: 0.75;
  }

  .ribbon {
    display: none !important;
  }

  /*---

    M O N T H
    
  ---*/
  .month-banner {
    text-align: center !important;
  }

  .month-glass {
    display: none;
  }

  .month-banner .card-custom {
    margin-left: -35px;
    margin-top: 80px;
    display: block !important;
    text-align: center;
    width: 113% !important;
    padding: 10px 30px;
  }

  .card-custom-image {
    margin: auto;
  }

  /**/
  .card-custom p {
    font-size: 0.95rem;
    line-height: 0.5;
  }

  .card-custom h2 {
    font-size: 2rem;
    text-align: right;
  }

  .month-image-two {
    position: absolute;
    width: 150px;
    left: -30px;
    bottom: -80px;
  }

  .month-image-one {
    position: absolute;
    width: 130px;
    top: -73px;
    right: -35px;
    z-index: -1;
  }

  .month-banner p.font-weight-bold {
    position: absolute;
    top: 55px;
    left: 25px;
    z-index: 100;
  }

  .card-custom {
    padding: 1rem 0rem 1rem 2rem;
  }

  .card-custom p {
    text-align: left !important;
    line-height: 1;
  }

  .transition {
    display: none;
  }

  /*---

    D I E T
    
  ---*/
  .diet {
    background: #fffff2;
    padding-top: 15rem;
    padding-bottom: 10rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }

  .diet-tray-one {
    position: absolute;
    width: 300px;
    left: -150px;
    top: -20px;
    z-index: -1;
  }

  .diet-tray-two {
    position: absolute;
    width: 300px;
    right: -150px;
    top: 550px;
    z-index: -1;
  }

  .diet-tray-three {
    position: absolute;
    width: 150px;
    bottom: 0px;
    left: -60px;
  }

  .banner-home {
    display: none;
  }

  /*---

    P R I C I N G  T A B L E
    
  ---*/
  #table-product {
    display: block;
  }

  .pricing-table {
    padding-top: 6rem;
    margin-bottom: 12rem;
  }

  .pricing-table .col-md-9 {
    display: none;
  }

  .card-pricing-title {
    border-radius: 25px 25px 0px 0px;
  }

  .card-pricing-element-main {
    width: 100%;
  }

  .card-pricing-element-main .btn-primary {
    width: 100%;
    padding: 30px 0px 30px 0px;
  }

  .card-pricing-list {
    background: #ffffff !important;
  }

  .card-pricing-list .tick-circle {
    background: #66c8ce !important;
  }

  .card-pricing-list li {
    display: flex;
    height: 70px;
  }

  .card-pricing-list .text {
    width: 100%;
    padding-left: 15px;
  }

  .card-pricing-list p {
    color: #333333 !important;
  }

  /*---

    W H A T S A P P
    
  ---*/
  .whatsapp {
    bottom: 100px;
    right: 20px;
  }

  .whatsapp:hover {
    color: #fff;
  }
}

.col {
  padding: 0px;
  margin: 0px;
}


/*---

  A C O R D I O N

---*/

.accordion {
  border-radius: 0px;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 8px !important;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-header {
  border-bottom: 1px solid black;
}

.accordion-header:hover .icon {
  background: #E6A65D;
}

.accordion-button img {
  height: 150px;
  border-radius: 10px;
}

.accordion-collapse {
  border: none;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.4rem;
  border: none;

}

.accordion-button::after {
  content: none;
}

.accordion-button .icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid rgb(195, 195, 195);
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.accordion-button:not(.collapsed) {
  background-color: #E6A65D;
  color: white;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) .plus {
  display: none;
}

.accordion-button .less {
  display: none;
}

.accordion-button:not(.collapsed) .less {
  display: block;
}

.accordion-button:not(.collapsed) .icon {
  border-color: #333333;
}