h1, h2, h3, h4, p, li, a, span, button, label, strong {
  font-family: "Kanit", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

.button-orange {
  background: #6b96ed;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 45px;
  border-radius: 13px;
  display: inline-block;
  border: 2px solid #6b96ed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button-orange img {
  margin-left: 15px;
}
.button-orange:hover {
  border: 2px solid #6b96ed;
  color: #6b96ed;
  background: #ffffff;
}
.button-orange:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.button-transparent {
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.button-transparent img {
  margin-left: 15px;
}
.button-transparent:hover {
  border: 1px solid #181818;
  color: #181818;
  background: #ffffff;
}
.button-transparent:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.button-white {
  background: #ffffff;
  color: #181818;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.button-white img {
  margin-left: 15px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.button-white:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #181818;
}
.button-white:hover img {
  -webkit-filter: invert(0);
          filter: invert(0);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1570px;
  }
}
@media (min-width: 1100px) and (max-width: 1450px) {
  .container {
    max-width: 1300px;
  }
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: #ffffff;
}

@media (min-width: 768px) {
  .pd-d {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .pd-m {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .dip-mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .dip-desk {
    display: none !important;
  }
}

.border-none {
  border: none !important;
}

@media (max-width: 768px) {
  .flex-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.dipb {
  display: block !important;
}

.dipn {
  display: none !important;
}

#navbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #d1d1d1;
}
#navbar .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navbar .menu .logo-mobile, #navbar .menu .socials-mobile {
  display: none;
}
#navbar .menu .close-button {
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
}
#navbar .menu .items-header ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
#navbar .menu .items-header ul li {
  padding: 0 10px;
}
#navbar .menu .items-header ul li a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
#navbar .menu .items-header ul li a:hover p {
  font-weight: 700;
}
#navbar .menu .items-header ul li a:hover img {
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -13.5px;
}
#navbar .menu .items-header ul .logo-menu a:hover img {
  position: relative;
  bottom: 0;
  left: 0;
  margin-left: 0;
}
#navbar .menu .items-header ul li a p {
  margin: 0;
  font-size: 18px;
  color: #181818;
}
#navbar .menu .items-header ul li a img {
  display: none;
}
#navbar .menu .items-header ul .logo-menu {
  margin-right: 10%;
  padding: 0;
}
#navbar .menu .items-header ul .logo-menu img {
  display: block;
  max-width: 50%;
}
#navbar .menu .items-header-right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#navbar .menu .items-header-right .search-container {
  position: relative;
  width: 100%;
  max-width: 50%;
  margin: auto 20px auto auto;
}
#navbar .menu .items-header-right .search-container .search-input {
  width: 100%;
  padding: 12px 20px 12px 60px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  outline: none;
  background: url("https://www.solcreciente.co/wp-content/themes/solcreciente/assets/img/icon-search.svg") no-repeat 25px center;
  background-size: 20px 20px;
  background-color: #ebebeb;
  color: #181818;
  border-radius: 12px;
}
#navbar .content-button {
  display: none;
}
#navbar .content-button .menu-button {
  background-color: #fff;
  color: #fff;
  border: none;
  padding: 10px 0 10px 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #navbar {
    background: #ffffff;
    z-index: 2;
  }
  #navbar .menu {
    padding: 20px;
    position: fixed;
    top: 0;
    left: -100%;
    width: 95%;
    background-color: #ffffff;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 15;
    -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
            box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
    border-radius: 0 0 20px 0;
  }
  #navbar .menu .items-header {
    padding: 50px 0;
  }
  #navbar .menu .items-header ul {
    display: block;
  }
  #navbar .menu .items-header ul li {
    margin-bottom: 30px;
    padding: 0 0 0 30px;
  }
  #navbar .menu .items-header ul li a:hover img {
    left: -40px;
    margin-left: 0;
    bottom: 0;
  }
  #navbar .menu .items-header ul .logo-menu {
    display: none;
  }
  #navbar .menu .items-header-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #navbar .menu .items-header-right .search-container {
    display: none;
  }
  #navbar .menu .socials-mobile {
    display: block;
  }
  #navbar .menu .socials-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 0 40px 0;
  }
  #navbar .menu .socials-mobile ul li {
    margin-right: 15px;
    padding: 0;
  }
  #navbar .menu .socials-mobile ul li:last-child {
    margin-right: 0;
  }
  #navbar .menu .socials-mobile ul li a {
    background: #f56524;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #navbar .menu .logo-mobile {
    display: block;
    max-width: 40%;
  }
  #navbar .menu .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #navbar .content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #navbar .content-button img {
    max-width: 15%;
  }
  #navbar .content-button button img {
    max-width: 100%;
  }
}

.banner {
  position: relative;
  padding: 140px 0 0 0;
}
.banner .swiper-wrapper {
  max-height: 670px;
}
.banner .item-banner .text-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.banner .item-banner .text-banner h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 30px;
}
.banner .item-banner .text-banner p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner .item-banner .content-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .item-banner .principal-image {
  width: 70%;
  padding-right: 30px;
}
.banner .item-banner .principal-image img {
  max-width: 100%;
  height: 100%;
  border-radius: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .item-banner .secundary-banner {
  width: 30%;
  height: 100%;
  display: -ms-grid;
  display: grid;
}
.banner .item-banner .secundary-banner img {
  max-width: 100%;
  height: 100%;
  border-radius: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .item-banner .secundary-banner .second-image {
  margin-top: 30px;
  position: relative;
}
.banner .item-banner .secundary-banner .second-image .catalog {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  background: #ffffff;
  border-radius: 13px;
  width: 90%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .item-banner .secundary-banner .second-image .catalog .text-catalog {
  padding-right: 15px;
  width: 50%;
}
.banner .item-banner .secundary-banner .second-image .catalog .text-catalog p {
  font-size: 16px;
  margin: 0;
  line-height: 115%;
}
.banner .item-banner .secundary-banner .second-image .catalog .text-catalog p strong {
  font-size: 18px;
}
.banner .item-banner .secundary-banner .second-image .catalog .button-catalog {
  width: 50%;
  text-align: right;
}
.banner .item-banner .secundary-banner .second-image .catalog .button-catalog a {
  font-size: 16px;
  background: #6b96ed;
  color: #181818;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px;
  border: 2px solid #6b96ed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-flex
}
.banner .item-banner .secundary-banner .second-image .catalog .button-catalog a:hover {
  background: #ffffff;
}
.banner .item-banner .secundary-banner .second-image .catalog .button-catalog a img {
  border-radius: 0;
  height: auto;
  margin-left: 10px;
}
.banner .content-pagination {
  padding-top: 15px;
}
.banner .content-pagination .buttons-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -70px;
  z-index: 1;
}
.banner .content-pagination .buttons-step div {
  background: red;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #6b96ed;
}
.banner .content-pagination .buttons-step .prev-step {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
}
.banner .content-pagination .buttons-step .swiper-button-disabled {
  background: #ffffff;
  border: 1px solid #8e8e8e;
}
.banner .content-pagination .buttons-step .swiper-button-disabled path {
  stroke: #8e8e8e;
}
.banner .content-pagination .scroll {
  margin-left: 28%;
  width: 80px;
  text-align: center;
  -webkit-animation: bounce 1.5s infinite ease-in-out;
          animation: bounce 1.5s infinite ease-in-out;
}
.banner .content-pagination .scroll p {
  margin: 0;
  font-size: 20px;
}
.banner .content-pagination .scroll img {
  margin-top: -7px;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.banner .content-pagination .pagination-dots {
  text-align: center;
}
.banner .content-pagination .pagination-dots .pagination-banner {
  margin-left: 30px;
}
.banner .content-pagination .pagination-dots .pagination-banner .swiper-pagination-bullet {
  background: #afa19f;
  opacity: 1;
  width: 45px;
  height: 4px;
  border-radius: 4px;
}
.banner .content-pagination .pagination-dots .pagination-banner .swiper-pagination-bullet-active {
  background: #6b96ed;
}
@media (min-width: 769px) and (max-width: 1090px) {
  .banner .item-banner .content-images {
    height: 100%;
  }
  .banner .item-banner .text-banner h1 {
    font-size: 38px;
  }
  .banner .item-banner .secundary-banner .second-image .catalog {
    padding: 0;
    background: transparent;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .text-catalog {
    display: none;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .button-catalog {
    width: 100%;
    text-align: center;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .button-catalog img {
    height: 13px;
    width: 13px;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .button-catalog a {
    display: block;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 80px 0 0 0;
  }
  .banner .swiper-wrapper {
    max-height: initial;
  }
  .banner .item-banner .text-banner {
    margin: 20px 0;
    text-align: center;
    height: auto;
  }
  .banner .item-banner .text-banner h1 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .banner .item-banner .text-banner p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .banner .item-banner .text-banner .button-orange {
    padding: 8px 45px;
  }
  .banner .item-banner .content-images {
    display: block;
  }
  .banner .item-banner .principal-image {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .banner .item-banner .principal-image img {
    height: auto;
    border-radius: 9px;
  }
  .banner .item-banner .secundary-banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .banner .item-banner .secundary-banner img {
    height: 110px;
    width: 100%;
    border-radius: 9px;
  }
  .banner .item-banner .secundary-banner .first-image {
    width: 50%;
    padding-right: 10px;
  }
  .banner .item-banner .secundary-banner .second-image {
    width: 50%;
    margin: 0;
    padding-left: 10px;
  }
  .banner .item-banner .secundary-banner .second-image .catalog {
    padding: 0;
    background: transparent;
    left: calc(5% + 5px);
    bottom: 5px;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .text-catalog {
    display: none;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .button-catalog {
    width: 100%;
    text-align: center;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .button-catalog img {
    height: 13px;
    width: 13px;
  }
  .banner .item-banner .secundary-banner .second-image .catalog .button-catalog a {
    display: block;
  }
  .banner .content-pagination .buttons-step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner .content-pagination .scroll, .banner .content-pagination .pagination-dots {
    display: none;
  }
}

.about {
  position: relative;
  padding: 40px 0 0 0;
}
.about .before-nosotros {
  position: absolute;
  left: -15%;
  top: 80px;
  max-width: 85%;
  border-radius: 40px;
}
.about .content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about .content-image .image-left {
  padding: 0 10px 0 0;
  position: relative;
}
.about .content-image .image-left img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.about .content-image .image-right {
  padding: 150px 0 0 10px;
  position: relative;
}
.about .content-image .image-right img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.about .text-about {
  width: 90%;
  padding: 70px 0 0 0;
}
.about .text-about span {
  font-size: 20px;
  color: #4f4f4f;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.about .text-about span:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 25px;
  height: 1px;
  background: #4f4f4f;
}
.about .text-about h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
.about .text-about p {
  font-family: "Inter", sans-serif;
  color: #4f4f4f;
  font-size: 20px;
  line-height: 130%;
}
.about .content-items-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: auto 0 auto auto;
  position: relative;
  top: -80px;
}
.about .content-items-about .item-about {
  background: #fdf1e4;
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  position: relative;
  width: 25%;
  margin-right: 15px;
}
.about .content-items-about .item-about:hover {
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
}
.about .content-items-about .item-about:hover .icon-right {
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
}
.about .content-items-about .item-about:last-child {
  margin: 0;
}
.about .content-items-about .item-about h4 {
  font-size: 50px;
  font-weight: 500;
}
.about .content-items-about .item-about p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #4b4b4b;
  width: 70%;
  margin: 0;
}
.about .content-items-about .item-about .icon-right {
  position: absolute;
  right: -10px;
  bottom: -10px;
  padding: 16px;
  background: #fff;
  border: 10px solid #6b96ed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .content-items-about .item-about .icon-right img {
  max-width: 90%;
  height: auto;
  filter: brightness(0.1)
}
.about .content-items-about .item-about .bg-red {
  background: #fae6e6;
}
.about .content-items-about .item-about .bg-orange {
  background: #fef0e9;
}
.about .content-items-about .item-about .bg-pink {
  background: #ffedf5;
}
.about .content-items-about .item-about .bg-gray {
  background: #EEEEEE;
}
@media (max-width: 768px) {
  .about .order-1-mob {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about .order-2-mob {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about .order-3-mob {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .about .before-nosotros {
    left: -10%;
    width: 150%;
    height: 100%;
    top: 50px;
    max-width: 120%;
    border-radius: 40px;
  }
  .about .content-image {
    padding-bottom: 100px;
  }
  .about .content-image .image-left img {
    max-width: 70%;
  }
  .about .content-image .image-right {
    position: absolute;
    text-align: right;
    padding: 225px 0 0 10px;
  }
  .about .content-image .image-right img {
    max-width: 70%;
  }
  .about .text-about {
    padding: 0 0 40px 0;
  }
  .about .text-about span {
    font-size: 18px;
  }
  .about .text-about h2 {
    font-size: 32px;
  }
  .about .text-about p {
    font-size: 18px;
  }
  .about .content-items-about {
    display: block;
    width: 100%;
    top: 0;
    padding-top: 70px;
  }
  .about .content-items-about .item-about {
    width: 70%;
    margin: 0 auto 30px auto;
  }
  .about .content-items-about .item-about:last-child {
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 769px) and (max-width: 1500px) {
  .about .content-items-about {
    top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .about .content-items-about {
    width: 100%;
  }
}

.confectionery {
  position: relative;
  padding: 100px 0 0 0;
}
.confectionery .tittle-confe {
  text-align: center;
  margin-bottom: 45px;
}
.confectionery .tittle-confe h2 {
  font-size: 50px;
}
.confectionery .item-confectionery {
  position: relative;
  margin-bottom: 75px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
}
.confectionery .item-confectionery:hover {
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
}
.confectionery .item-confectionery:hover .text-confe {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 30px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 30px -8px rgb(117, 117, 117);
}
.confectionery .item-confectionery img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.confectionery .item-confectionery .text-confe {
  position: absolute;
  bottom: -45px;
  left: 4%;
  width: 92%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 13px;
  padding: 12px;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
}
.confectionery .item-confectionery .text-confe .description-confe span {
  font-size: 26px;
}
.confectionery .item-confectionery .text-confe .description-confe p {
  font-size: 18px;
  line-height: 130%;
}
.confectionery .item-confectionery .text-confe .button-confe {
  width: 40%;
  text-align: right;
}
.confectionery .item-confectionery .text-confe .button-confe a {
  background: #6b96ed;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px 12px;
  border: 2px solid #6b96ed;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.confectionery .item-confectionery .text-confe .button-confe a:hover {
  background: #ffffff;
  color: #6b96ed;
}
.confectionery .item-confectionery .text-confe .button-confe a p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.confectionery .item-confectionery .text-confe .button-confe a img {
  border-radius: 0;
  height: auto;
  margin-left: 10px;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .confectionery .item-confectionery .text-confe .description-confe {
    width: 80%;
  }
  .confectionery .item-confectionery .text-confe .description-confe span {
    font-size: 18px;
  }
  .confectionery .item-confectionery .text-confe .description-confe p {
    display: none;
  }
}
@media (max-width: 768px) {
  .confectionery .tittle-confe h2 {
    font-size: 32px;
  }
  .confectionery .item-confectionery {
    margin-bottom: 35px;
  }
  .confectionery .item-confectionery img {
    min-height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .confectionery .item-confectionery .text-confe {
    bottom: 15px;
  }
  .confectionery .item-confectionery .text-confe .description-confe {
    width: 80%;
  }
  .confectionery .item-confectionery .text-confe .description-confe span {
    font-size: 18px;
  }
  .confectionery .item-confectionery .text-confe .description-confe p {
    display: none;
  }
  .confectionery .item-confectionery .text-confe .button-confe a {
    padding: 10px 12px;
    border-radius: 10px;
  }
  .confectionery .item-confectionery .text-confe .button-confe a p {
    display: none;
  }
  .confectionery .item-confectionery .text-confe .button-confe a img {
    margin: 0;
    width: 20px;
    min-height: auto;
  }
}

.featured-products {
  position: relative;
  padding: 140px 0 0 0;
}
.featured-products .tittle-featured {
  padding: 50px 20px 0 0;
}
.featured-products .tittle-featured h2 {
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 30px;
}
.featured-products .tittle-featured p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #4f4f4f;
}
.featured-products .tittle-featured .buttons-featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 55px;
}
.featured-products .tittle-featured .buttons-featured div {
  background: red;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #6b96ed;
}
.featured-products .tittle-featured .buttons-featured .prev-featured {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 15px;
}
.featured-products .tittle-featured .buttons-featured .swiper-button-disabled {
  background: #ffffff;
  border: 1px solid #8e8e8e;
}
.featured-products .tittle-featured .buttons-featured .swiper-button-disabled path {
  stroke: #8e8e8e;
}
.featured-products .content-slider-featured {
  width: 125%;
}
.featured-products .content-slider-featured .content-featured{
  color: #212529;
  text-decoration: none;
}
.featured-products .content-slider-featured .item-featured {
  background: #fdf1e4;
  border: 1px solid #fdf1e4;
  border-radius: 22px;
}
.featured-products .content-slider-featured .item-featured:hover .image-featured img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.featured-products .content-slider-featured .item-featured .image-featured {
  padding: 15px 30px;
  text-align: center;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-products .content-slider-featured .item-featured .image-featured img {
  mix-blend-mode: multiply;
  max-width: 100%;
  height: auto;
}
.featured-products .content-slider-featured .item-featured .text-featured {
  background: #fff;
  border-radius: 16px;
  margin: 16px;
  padding: 20px 15px;
}
.featured-products .content-slider-featured .item-featured .text-featured p {
  font-size: 20px;
  margin: 0;
}
.featured-products .content-slider-featured .item-featured .text-featured span {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .featured-products {
    padding: 70px 0 0 0;
  }
  .featured-products .tittle-featured {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .featured-products .tittle-featured h2 {
    font-size: 32px;
  }
  .featured-products .tittle-featured p {
    display: none;
  }
  .featured-products .tittle-featured .buttons-featured {
    display: none;
  }
  .featured-products .content-slider-featured {
    width: 100%;
  }
  .featured-products .content-slider-featured .item-featured .image-featured {
    height: 250px;
  }
  .featured-products .content-slider-featured .item-featured .text-featured {
    padding: 20px 10px;
  }
}

.products {
  position: relative;
  padding: 140px 0 100px 0;
}
.products .tittle-products {
  display: none;
  text-align: center;
}
.products .tittle-products h2 {
  color: #6b96ed;
  font-size: 16px;
  margin-bottom: 30px;
}
.products .swiper-wrapper {
  height: 170px;
}
.products .swiper-wrapper .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products .item-brand {
  padding: 20px 30px;
}
.products .item-brand:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.products .item-brand img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .products .item-brand {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .products {
    padding: 70px 0 0 0;
  }
  .products .tittle-products {
    display: block;
  }
  .products .swiper-wrapper {
    height: 110px;
  }
  .products .item-brand {
    padding: 10px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer .bg-footer {
  position: relative;
}
.footer .bg-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: #fdf1e4;
  border-radius: 20px 20px 0 0;
}
.footer .content-form {
  border-radius: 45px;
  background-size: 100% 100%;
  position: relative;
  padding: 40px;
  background: #6b96ed
}
.footer .content-form .text-form {
  color: #ffffff;
  padding: 20px 0 0 0;
}
.footer .content-form .text-form h2 {
  font-size: 45px;
}
.footer .content-form .text-form p {
  font-size: 22px;
  margin: 0;
}
.footer .content-form .text-form .dates {
  padding: 25px 0 0 0;
  list-style: none;
}
.footer .content-form .text-form .dates li {
  margin-bottom: 20px;
}
.footer .content-form .text-form .dates li p {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
}
.footer .content-form .text-form .dates li a {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}
.footer .content-form .text-form .social-form {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .content-form .text-form .social-form li {
  margin-right: 10px;
}
.footer .content-form .text-form .social-form li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #000;
}
.footer .brand {
  margin: 30px 0;
  position: relative;
}
.footer .brand img {
  width: 120px;
  height: auto;
}
.footer .brand .social {
  display: none;
}
.footer .links-footer {
  position: relative;
  height: 100%;
}
.footer .links-footer ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .links-footer ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #181818;
}
.footer .links-footer ul li a:hover {
  font-weight: 700;
}
.footer .text-end-footer {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #b5b5b5;
}
.footer .text-end-footer .rights p {
  margin: 0;
}
.footer .text-end-footer .social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .text-end-footer .social-footer .text-social {
  margin-left: 30px;
}
.footer .text-end-footer .social-footer .text-social p {
  margin: 0;
}
.footer .social ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .social ul li {
  margin-right: 10px;
}
.footer .social ul li a {
  padding: 5px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #000;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .footer .content-form .text-form h2 {
    font-size: 32px;
  }
  .footer .links-footer {
    padding: 20px 0;
  }
  .footer .links-footer ul {
    display: block;
    text-align: center;
  }
  .footer .form-talk {
    padding: 10px;
  }
  .footer .form-talk .form-group input, .footer .form-talk .form-group textarea {
    padding: 24px 10px;
  }
  .footer .form-talk .item-button .button-form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer {
    background: #f66e1b;
    margin: 50px 0 0 0;
  }
  .footer .bg-footer:before {
    height: 32%;
    border-radius: 0;
  }
  .footer .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 50px 0;
  }
  .footer .brand:before {
    content: "";
    position: absolute;
    right: 45%;
    height: 50px;
    width: 1px;
    background: #cecece;
  }
  .footer .brand img {
    max-width: 45%;
  }
  .footer .brand .social {
    display: block;
  }
  .footer .content-form {
    border-radius: 18px;
    background-size: cover;
    padding: 40px 0 0 0;
  }
  .footer .content-form .text-form {
    padding: 20px 0 30px 0;
  }
  .footer .content-form .text-form h2 {
    font-size: 32px;
  }
  .footer .content-form .text-form p {
    font-size: 20px;
  }
  .footer .links-footer ul {
    display: block;
  }
  .footer .links-footer ul li {
    margin-bottom: 20px;
  }
  .footer .text-end-footer {
    display: block;
    text-align: center;
  }
  .footer .text-end-footer .rights {
    margin-bottom: 20px;
  }
  .footer .text-end-footer .social-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .text-end-footer .social-footer .social {
    display: none;
  }
  .footer .text-end-footer .social-footer .text-social {
    margin: 0;
  }
}

.form-talk {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 18px;
}
.form-talk .item-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.form-talk .item-button .button-form {
  background: #000;
  font-size: 18px;
  border: none;
  padding: 15px 70px;
  border-radius: 14px;
  border: 2px solid #000;
  color: #fff
}
.form-talk .item-button .button-form:hover {
  border: 2px solid #000;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-talk .form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-talk .form-group ::-webkit-input-placeholder {
  color: #776d6a;
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::-moz-placeholder {
  color: #776d6a;
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group :-ms-input-placeholder {
  color: #776d6a;
  font-size: 18px;
  pointer-events: none;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::-ms-input-placeholder {
  color: #776d6a;
  font-size: 18px;
  pointer-events: none;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::placeholder {
  color: #776d6a;
  font-size: 18px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group input, .form-talk .form-group textarea {
  font-size: 16px;
  padding: 24px 30px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 16px;
  resize: none;
  background-color: #fff;
}
.form-talk .form-group input:focus, .form-talk .form-group textarea:focus {
  outline: none;
}
.form-talk .form-group input:focus ~ label, .form-talk .form-group input:valid ~ label, .form-talk .form-group textarea:focus ~ label, .form-talk .form-group textarea:valid ~ label {
  top: -15px;
  font-size: 14px;
}
.form-talk .form-group textarea {
  height: 120px;
}
.form-talk .form-group .highlight {
  position: absolute;
  height: 80%;
  width: 90%;
  top: 20%;
  left: 10px;
  pointer-events: none;
  opacity: 0.5;
  border-radius: 16px;
}
.form-talk .form-group input:focus ~ .highlight, .form-talk .form-group textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
@-webkit-keyframes inputHighlighter {
  background: #6b96ed;
  width: 0;
  background: transparent;
}
@keyframes inputHighlighter {
  from {
    background: #6b96ed;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form-talk input::-webkit-outer-spin-button, .form-talk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-talk input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 768px){
    .form-talk .item-button{
        display: block;
    }
}

#whatsapp-button {
  position: fixed;
  bottom: 20%;
  right: 20px;
  z-index: 1000;
}
#whatsapp-button img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#whatsapp-button:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.thanks {
  background: #ffffff;
  position: relative;
}
.thanks:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(360deg, #fff 0%, rgba(15, 15, 15, 0) 100%);
}
.thanks .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1000px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.thanks .text h2 {
  font-size: 50px;
  color: #070A0D;
  width: 70%;
  margin: 0 auto 50px auto;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .thanks .text {
    height: 500px;
  }
  .thanks .text h2 {
    width: 100%;
    font-size: 36px;
  }
}