/*
Theme Name: Aloevine
Author: Thet
Description: Bootstrap Blog template converted to WordPress
Version: 0.0.1
Tgs: bootstrap

*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,700;1,800;1,900&family=Rozha+One&display=swap');
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

.site-content {
  -webkit-transition: -webkit-transform .28s, opacity .28s;
  -o-transition: -o-transform .28s, opacity .28s;
  -webkit-transition: opacity .28s, -webkit-transform .28s;
  transition: opacity .28s, -webkit-transform .28s;
  -o-transition: transform .28s, opacity .28s;
  transition: transform .28s, opacity .28s;
  transition: transform .28s, opacity .28s, -webkit-transform .28s;
}

.slide-out .site-content {
  -webkit-transform: translate3d( 0, 100px, 0);
  -ms-transform: translate3d( 0, 100px, 0);
  transform: translate3d( 0, 100px, 0);
  opacity: 0;
}

#wpadminbar {
  z-index: 99999999;
}

a:hover {
  text-decoration: none;
}

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

body {
  background-color: #300196;
}

body,
html {
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1em;
  letter-spacing: 0;
}

p {
  line-height: 1.1em;
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

label,
input,
textarea {
  font-family: 'Nunito', sans-serif;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
input,
textarea,
label {
  display: block;
}

*,
 ::after,
 ::before {
  box-sizing: border-box;
}

.container {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.logo-menu {
  margin: 0 auto;
  padding: 0;
  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;
  height: 100%;
  position: relative;
  width: 13vw;
  max-width: none;
  flex-basis: auto;
}

.content-menu {
  flex-basis: 20.8vw;
}

header {
  position: fixed;
  top: 0;
  z-index: 333333;
  background-color: #300196;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  width: 33.8vw;
  left: -20.8vw;
  transition: left .6s;
}

header.menu-active {
  left: 0;
}

.admin-bar header {
  top: 32px;
}

header .logo-menu img {
  transform: rotate(90deg);
  position: absolute;
  transform-origin: 0 0;
  top: 7.8vw;
  left: calc(6.5vw + 4.35vw / 2);
}

.logo-menu img {
  width: 22.9vw;
  height: auto;
  -webkit-transition: width .4s;
  -o-transition: width .4s;
  transition: width .4s;
  max-width: none;
}

.burguer-holder {
  z-index: 333333;
  height: 34px;
  position: absolute;
  top: 15px;
  right: 40px;
  border: 2px solid transparent;
  border-radius: 100px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s;
}

.menu-active .burguer-holder {
  border-color: #fff;
}

.menu-opener {
  position: relative;
  display: flex;
  height: 100%;
  cursor: pointer;
  z-index: 3333;
  width: 100%;
  justify-content: center;
}

.line-burguer {
  height: 3px;
  width: 23px;
  background-color: #fff;
  display: inline-block;
  top: calc(50% - 1px);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.line-burguer::after {
  bottom: 7px;
}

.line-burguer::before,
.line-burguer::after {
  content: "";
  height: 3px;
  width: 23px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.line-burguer::before {
  top: 7px;
}

.menu-active .line-burguer::before,
.menu-active .line-burguer::after {
  background-color: #fff;
}

.menu-active .line-burguer {
  background-color: transparent;
}

.menu-active .line-burguer::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  height: 3px;
}

.menu-active .line-burguer::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  height: 3px;
}

.nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: space-between;
  padding: 7vw 0 7vw 5vw;
  flex-direction: column;
}

.nav-menu ul li {
  position: relative;
}

.nav-menu ul li a {
  text-transform: lowercase;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0;
  display: inline-block;
  transition: all .4s;
  position: relative;
  width: 100%;
  padding: 16px 0;
}

.nav-menu ul li.current-menu-item a {
  color: #f9f01a;
}

.nav-menu ul li a::after {
  content: "";
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/arrow.svg);
  width: 29px;
  height: 23px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 12px;
  background-size: cover;
  opacity: 0;
  transition: opacity .4s;
}

.nav-menu ul li a:hover {
  color: #f9f01a;
}

.nav-menu ul li a:hover::after {
  opacity: 1;
}

.social-links {
  display: flex;
  list-style: none;
  gap: 7px;
  padding: 0 5vw;
}

.site-footer {
  padding: 80px 5%;
  display: flex;
}

.site-footer .wp-block-image img {
  max-width: 11.5vw;
}

.footer-col .menu-primary-container ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  gap: 50px;
  padding: 0;
  margin: 0;
}

.site-footer .footer-col {
  flex-basis: 30%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 30px 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-content: center;
}

.site-footer .footer-col>div {
  flex-basis: 100%;
}

.site-footer .footer-col:last-child {
  flex-basis: 70%;
}

.site-footer p a {
  color: #333;
}

.site-footer .footer-col:last-child figure {
  display: none;
}

.footer-col .menu-primary-container ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -28px;
  top: 4px;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 6px;
}

.footer-col .menu-primary-container ul li:first-child::before {
  content: none;
}

.footer-col .menu-primary-container ul li {
  position: relative;
}

.footer-col .menu-primary-container ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

footer .social-links {
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

footer p:last-child {
  margin: 0;
}

footer .wp-block-image {
  margin: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
  opacity: 1;
}

.logo-menu .cart-btn img {
  width: 29px;
}

button {
  background-color: transparent;
  color: #32b783;
  border: none;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #32b783;
  border-radius: 19px;
  font-family: 'Nunito', sans-serif;
  transition: all .4s;
  font-size: 0.74vw;
  padding: 0.4vw 1.35vw 0.27vw;
}

button:hover,
.posts-container article:hover button {
  background-color: #464da7;
  border-color: #464da7;
  color: #fff;
}

button.inverted {
  color: #fff;
  border: 2px solid #464da7;
  background-color: #464da7;
}

button.inverted:hover {
  background-color: #ccd853;
  border-color: #ccd853;
}

#page {
  width: calc(100% - 13vw);
  float: right;
  background-color: #fff;
}

.fullscreen-video-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.admin-bar .fullscreen-video-section {
  height: calc(100vh - 32px);
}

.video-holder {
  width: 100%;
  min-height: 101%;
  position: absolute;
  left: 0px;
  /* center vertically */
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.video-holder::before {
  content: "";
  display: block;
  height: 0px;
  padding-bottom: 56.25%;
  /* 100% * 9 / 16 */
}

.video-holder video {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
  /* center horizontally */
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media (min-width:980px) {
  .ticker-wrap .scroll {
    width: 100%;
    display: flex;
  }
  .ticker-wrap .scroll .ticker-block {
    animation: animate 30s linear infinite;
    animation-delay: -30s;
  }
  .ticker-wrap .scroll p {
    white-space: nowrap;
    display: inline-block;
    color: #300196;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 2.08vw;
    font-size: 1.3vw;
  }
  .ticker-block {
    display: flex;
  }
  .ticker-wrap .scroll p::after {
    content: "/";
    position: absolute;
    display: inline-block;
    right: -0.35vw;
  }
  @keyframes animate {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  section .scroll .ticker-block:nth-child(2) {
    animation: animate2 30s linear infinite;
    animation-delay: -15s;
  }
  @keyframes animate2 {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-200%);
    }
  }
  section .scroll div span {
    -webkit-text-stroke: 2px #000;
    color: transparent;
  }
  .ticker-wrap {
    position: absolute;
    bottom: 15px;
  }
}

.home-phrase {
  display: none;
}

.page-header {
  text-align: center;
  padding: 10.5vw 5%;
  background-size: cover;
  background-position: center;
  background-color: #464da7;
}

.page-header h1 {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 4.01vw;
}

.frase-destacada-section {
  text-align: center;
  padding: 6.25vw 5%;
}

.frase-destacada-section h2 {
  color: #464da7;
  font-family: "Rozha One";
  font-size: 2.92vw;
  margin: 0;
  line-height: 1em;
  font-weight: 400;
}

.frase-destacada-section span.cita-icon {
  color: #ccd853;
  font-size: 8.36vw;
  font-family: "Rozha One";
  line-height: 1em;
  height: 3.65vw;
  display: block;
  transform: rotate(180deg);
  margin-bottom: 1.05vw;
}

.chess-section {
  display: flex;
}

.chess-section.image-left {
  flex-direction: row-reverse;
}

.chess-column-info {
  flex-basis: 50%;
  background-color: #f8f8f8;
  padding: 10vw 4.45vw;
}

.chess-column-info h3 {
  font-size: 2.185vw;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0 0 2vw;
}

.chess-column-info p {
  font-size: 1.25vw;
  line-height: 1.45em;
}

.chess-column-image {
  flex-basis: 50%;
  background-position: center;
  background-size: cover;
}

.we-persisted-section .container {
  max-width: 56vw;
}

.we-persisted-section {
  background-color: #464da7;
  text-align: center;
  padding: 6.8vw 0;
}

.we-persisted-section img {
  width: 2.7vw;
}

.we-persisted-section h3 {
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  font-size: 2.61vw;
  margin: 4.2vw 0 1.4vw;
}

.we-persisted-section h4 {
  color: #ccd853;
  font-weight: 800;
  font-style: italic;
  font-size: 1.565vw;
  margin: 0;
}

.into-industry-section h3::before {
  content: "";
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/our-story-bottle.png);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: auto 100%;
  height: 105%;
  width: 4vw;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.into-industry-section h3 {
  position: relative;
  color: #4b9a78;
  font-weight: 600;
  padding-left: 4vw;
  font-size: 2.385vw;
  margin: 0 0 2.25vw;
}

.into-industry-section {
  padding: 6.8vw 0;
}

.into-industry-section .container {
  max-width: 62vw;
}

.into-industry-section p {
  font-size: 1.364vw;
  line-height: 1.45em;
}

.exports-section {
  background-color: #32b685;
  display: flex;
  align-items: center;
  padding: 6.8vw 5%;
  gap: 0%;
}

.exports-column:last-child {
  flex-basis: 53%;
}

.exports-column {
  flex-basis: 47%;
}

.exports-section h3::after {
  content: "";
  background-color: #ccd853;
  display: block;
  width: 4.3vw;
  margin-top: 2.25vw;
  height: 0.34vw;
}

.exports-section h3 {
  font-weight: 800;
  color: #fff;
  margin: 0;
  font-size: 3.24vw;
}

.steps-slider-section {
  background-color: #464da7;
  padding: 6.8vw 0;
  text-align: center;
}

.slick-arrow:before,
.flavor-selector a:before {
  content: "";
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/arrow-1.svg);
  width: 40px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transition: all .4s;
}

.slick-prev.slick-arrow {
  left: 0;
  transform: rotate(180deg);
}

.slick-next.slick-arrow {
  right: 0;
}

.slick-arrow,
.flavor-selector {
  font-size: 0;
  background-color: transparent;
  padding: 0;
  z-index: 333;
  position: absolute;
  border: none;
  top: calc(50% - 25px);
}

.slick-arrow:hover {
  background-color: transparent;
  opacity: .7;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 12px;
  padding: 0;
  margin: 1.7vw 0 0;
  top: 4.55vw;
  position: relative;
}

.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #300196;
  border: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background-color: #32b783;
}

.steps-slider-section h2 {
  font-family: "Rozha One";
  color: #fff;
  font-size: 3.2vw;
  font-weight: 400;
  margin: 0 0 3.4vw;
}

.steps-slider img {
  width: 4.55vw;
}

.steps-slider h3 {
  color: #ccd853;
  font-weight: 600;
  font-size: 2.38vw;
}

.steps-slider p {
  font-weight: 500;
  line-height: 1.45em;
  color: #fff;
  margin: 0 auto;
  font-size: 1.36vw;
  max-width: 34vw;
}

.steps-slider img {
  margin: 0 auto;
}

.content-col .img-mobile {
  display: none;
}

.post-type-archive-flavors .page-header {
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/Aloevine-Header-Flavors.jpg);
}

.posts-container article {
  flex-basis: 23.5%;
}

.posts-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  gap: 4.2vw 2%;
  margin: 0 auto 3.15vw;
}

.posts-container .img-wrapper {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 14vw;
  border-radius: 300px;
  margin: 0 auto;
  transition: all .4s;
}

.posts-container article:hover .img-wrapper {
  background-color: #464da7;
}

.posts-container .img-wrapper img {
  width: auto;
  max-width: 100%;
  max-height: 80%;
}

.posts-container article h4 {
  color: #333;
  font-weight: 600;
  text-align: center;
  font-size: 1.57vw;
  margin: 2.1vw 0;
}

.posts-container article button {
  margin: 0 auto;
  display: block;
}

.flavor-content {
  background-color: #464da7;
  padding: 10% 0;
}

.flavor-content .img-col img {
  width: 140px;
  margin: 0 auto;
  display: block;
}

.flavor-content h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  margin: 0 0 40px;
}

.flavor-content p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  border-top: 1px solid #6b71b9;
  padding: 12px 10px;
  font-weight: 400;
}

.flavor-content p:last-of-type {
  border-bottom: 1px solid #6b71b9;
}

.img-col {
  flex-basis: 140px;
}

.content-col {
  flex-grow: 1;
  flex-basis: calc(90% - 140px);
}

.flavors-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.see-more-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.see-more-btn.display-none {
  display: none;
}

.see-more-btn img {
  width: 50px;
}

button.amazon-btn {
  color: #e4e100;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #e4e100;
  border-radius: 100px;
}

button.amazon-btn::after {
  content: "";
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/icons-1.svg);
  width: 15px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

.flavor-content .container {
  max-width: 680px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}

.flavor-selector.prev-flavor-btn {
  right: -30%;
}

.flavor-selector.next-flavor-btn {
  left: -30%;
  transform: rotate(180deg);
}

.mfp-content img {
  margin: 40px auto 10px;
  display: block;
  max-width: 1200px;
  width: auto;
  border: 18px solid rgba(24, 0, 75, .8);
  border-radius: 10px;
  max-height: 85vh;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  text-align: center;
}
.white-popup {
  width: auto;
  display: inline-block;
}
.post-type-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
  max-width: 1073px;
}
.mfp-content p {
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px;
  text-align: left;
}
.see-all-post-type button {
  border: 1px solid #878bc6;
  color: #fff;
}

.flavor-qty span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.balance-section {
  display: flex;
  text-align: center;
}

.balance-column {
  flex-basis: 50%;
  background-color: #4b9a78;
  padding: 10% 5%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.balance-column:last-child {
  background-color: #464da7;
}

.balance-section h3 {
  color: #ccd853;
  font-family: "Rozha One";
  font-weight: 400;
  font-size: 3.95vw;
  margin: 0 0 0.6vw;
}

.balance-section p {
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
  font-size: 1.93vw;
}

.balance-section img {
  width: 2vw;
  margin: 1.7vw 0;
}

.balance-section h4::after {
  content: "";
  background-color: #ccd853;
  display: block;
  margin: 30px auto 0;
  width: 4.5vw;
  height: 0.44vw;
}

.balance-section h4 {
  color: #fff;
  font-size: 2.385vw;
  line-height: 1.2em;
  margin: 0;
}

.inline-video-holder {
  position: relative;
}

.inline-video-holder video {
  object-fit: cover;
}

.video-overlay img {
  transition: opacity .4s;
}

.video-overlay:hover img {
  opacity: .7;
}

.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/concept-video-cover.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.inline-video-section {
  background-color: #f8f8f8;
  padding: 8.29vw 0;
}

.inline-video-section .container {
  max-width: none;
  width: 80%;
}

.container {
  max-width: none;
  width: 80%;
  margin: 0 auto;
}

.call-to-action-section {
  background-color: #f8f8f8;
  padding: 3.14vw 8%;
  display: flex;
  align-items: center;
  gap: 10%;
}

.call-to-action-img {
  flex-basis: 45%;
  text-align: center;
}

.call-to-action-data {
  flex-basis: 45%;
  margin-bottom: 98px;
}

.call-to-action-section h2 {
  max-width: 30vw;
  color: #32b783;
  font-size: 2.19vw;
  margin: 1.8vw 0;
}

.resellers-section {
  padding: 8vw 0 6vw;
}

.resellers-section .container {
  width: 80%;
  max-width: none;
}

.resellers-section h2 {
  font-size: 2.19vw;
  margin: 0 0 1.8vw;
  line-height: 1.15em;
}

.resellers-section p {
  line-height: 1.45em;
  font-size: 1.25vw;
}

.resellers-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4.15vw 7%;
  margin: 4.15vw 0 0;
}

.resellers-grid .resellers_cpt {
  flex-basis: 19.75%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resellers-grid .resellers_cpt h3 {
  font-size: 1.57vw;
  margin: 1.56vw 0;
}

.resellers-grid .resellers_cpt a {
  margin-top: auto;
}

.posts-section .container {
  max-width: none;
  width: 80%;
}

.posts-wrapper.adding-posts {
  opacity: .5;
}

.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  transition: opacity .4s;
  gap: 3.15vw 8%;
}

.posts-wrapper article.regular-post {
  flex-basis: 46%;
}

.posts-wrapper article.destacado-post {
  flex-basis: 100%;
}

.posts-wrapper article.destacado-post img {
  width: 100%;
}

.news-section-header {
  padding: 6.2vw 0 3.1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-section-header h1 {
  color: #464da7;
  font-size: 4.05vw;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.search-form-wrapper {
  position: relative;
}

.search-form {
  display: flex;
  flex-direction: row-reverse;
}

.search-form .search-field {
  border: none;
  border-bottom: 1px solid #333;
  font-size: 19px;
  font-weight: 600;
  width: 0;
  padding: 0;
  margin: 0;
  transition: width .6s, margin .6s;
}

.search-form.active-search .search-field {
  width: 300px;
  margin-left: 17px;
}

.field-message {
  position: absolute;
  bottom: -33px;
  left: 46px;
  border: 0px solid #333;
  padding: 10px 0;
  text-align: center;
  color: #ff1616;
  display: none;
  transition: none;
}

.search-submit {
  background-image: url(https://aloevine.com/wp-content/uploads/2022/04/search.png);
  width: 28px;
  height: 28px;
  display: inline-block;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  top: 5px;
}

.posts-wrapper article h2 {
  color: #32b685;
  font-size: 2.085vw;
  font-weight: 800;
  margin: 1.55vw 0 0.8vw;
}

.posts-wrapper article p {
  color: #333333;
  line-height: 1.4em;
  font-size: 1.25vw;
  margin: 1.25vw 0;
}

.posts-wrapper article {
  position: relative;
}

.posts-wrapper article.regular-post img {
  width: 100%;
}

.posts-wrapper .category-link {
  position: absolute;
  top: 1.8vw;
  left: 1.8vw;
}

.category-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: all .4s;
  padding: 0.5vw 1vw;
  font-size: 0.84vw;
}

.category-link:hover {
  background-color: #fff;
  color: #464da7;
}

.load-more-data {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-more-posts {
  flex-basis: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.load-more.inactive {
  pointer-events: none;
  border-color: #c4c4c4;
  color: #c4c4c4;
  background-color: #f8f8f8;
}

.post-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 3;
  position: relative;
}

.post-header {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 4.22vw 0;
}

.post-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 3;
  position: relative;
  max-width: none;
  width: 80%;
}

.post-header::before {
  content: "";
  background-color: rgba(48, 1, 150, .36);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.post-header h3 {
  color: #fff;
  font-size: 2.07vw;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.post-header h1 {
  color: #fff;
  font-weight: 800;
  font-size: 4.68vw;
  margin: 3.15vw 0 0;
}

.post-meta {
  border-bottom: 2px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.22vw 0 1.55vw;
  margin-bottom: 3.2vw;
}

.post-meta span,
.post-meta a {
  font-weight: 600;
  color: #300196;
  font-size: 0.97vw;
}

.post-meta a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.post-meta svg {
  width: 30px;
  height: 30px;
  padding: 4px;
  border-radius: 30px;
  border: 2px solid #32b783;
}

.post-meta svg path {
  fill: #32b783;
}

.post-content p {
  line-height: 1.4em;
  font-size: 1.25vw;
  margin-bottom: 1.78vw;
}

.post-content p:last-of-type {
  margin-bottom: 0;
}

.post-content h3 {
  font-size: 1.25vw;
  line-height: 1.4em;
  font-weight: 600;
}

.has-inline-color.has-light-gray-color {
  color: #f8f8f8;
}

.has-inline-color.has-yellow-color {
  color: #ccd853;
}

.has-inline-color.has-green-color {
  color: #4b9a78;
}

.has-inline-color.has-purple-color {
  color: #464da7;
}

.has-inline-color.has-purple-2-color {
  color: #300196;
}

.wp-block-group.has-background {
  padding: 3.15vw 0;
  margin: 3.15vw 0;
}
.wp-block-group.has-light-gray-background-color.has-background {
  background-color: #f8f8f8;
}
.wp-block-group.has-purple-2-background-color.has-background {
  background-color: #300196;
}
.wp-block-group.has-purple-background-color.has-background {
  background-color: #464da7;
}
.wp-block-group.has-yellow-background-color.has-background {
  background-color: #ccd853;
}
.wp-block-group.has-light-green-background-color.has-background {
  background-color: #32b783;
}
.wp-block-group.has-green-background-color.has-background {
  background-color: #4b9a78;
}

.tags-wrapper {
  display: flex;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  list-style: none;
  gap: 15px;
  margin: 3vw 0 0;
  padding: 2.1vw 0;
}

.tags-wrapper li a {
  border: 2px solid #32b783;
  border-radius: 100px;
  padding: 0.28vw 1.04vw;
  color: #32b783;
  font-weight: 600;
  font-size: 0.97vw;
}

.related-posts a svg,
.search-section-header a svg {
  width: 25px;
}

.related-posts a svg path,
.search-section-header a svg path {
  fill: #333;
}

.related-posts h4 {
  font-weight: 600;
  margin: 0;
  font-size: 1.25vw;
}

.related-posts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4.2vw 0 3.1vw;
}

.related-posts a,
.search-section-header a {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  font-size: 1.04vw;
  gap: 0.65vw;
}

.search-section-header h1 {
  font-size: 1.615vw;
  margin: 0 0 2.1vw;
}

.search-section-header {
  padding: 6.2vw 0 4.1vw;
}

.contact-form-section {
  display: flex;
}

.contact-form-section .contact-column-sidebar {
  flex-basis: 35%;
  background-color: #464da7;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 4.2vw 5%;
}

.contact-form-section .contact-column-form {
  flex-basis: 65%;
  display: flex;
  align-items: center;
  padding: 5% 10%;
  background-color: #f8f8f8;
}

.contact-column-sidebar h3 {
  color: #ccd853;
  font-size: 1.25vw;
  margin: 0;
  font-weight: 600;
  line-height: 1.45em;
}

.contact-column-sidebar p {
  color: #fff;
  margin: 0;
  line-height: 1.45em;
  font-size: 1.25vw;
}

.contact-column-sidebar a {
  color: #fff;
}

.inner-contact-sidebar img {
  margin-bottom: 0.51vw;
  width: 2.6vw;
}

.contact-sidebar-holder {
  text-align: center;
  margin-bottom: 4.2vw;
}

.contact-sidebar-holder:last-child {
  margin: 0;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border: 2px solid #32b783;
  border-radius: 11px;
  background-color: #fff;
  font-weight: 300;
  padding: 0.75vw 1.4vw;
  font-size: 1.15vw;
}

.wpcf7 textarea {
  resize: vertical;
}

.wpcf7 p {
  margin: 0 0 1.62vw;
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-list-item label {
  display: flex;
  gap: 6px;
}

.wpcf7 .wpcf7-list-item input {
  width: auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ccd853;
  text-align: center;
  padding: 10px 15px;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.wpcf7 .wpcf7-submit {
  background-color: #32b783;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.05vw;
  padding: 0.45vw;
  margin-top: 0.3vw;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"] {
  border: 2px solid #32b783;
  border-radius: 6px;
  box-shadow: none;
  margin: 0;
  -webkit-appearance: none;
  padding: 0;
  border-radius: 0.3vw;
  position: relative;
  width: 0.9vw;
  height: 0.9vw;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #32b783;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 2px;
}

.wpcf7-acceptance .wpcf7-list-item span,
.wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7 .wpcf7-list-item-label {
  font-weight: 300;
  font-style: italic;
  font-size: 0.9vw;
}

.wpcf7 {
  width: 100%;
}


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  right: 0;
  width: calc(100% - 13vw);
  height: 100%;
  z-index: 33333;
  overflow: hidden;
  position: fixed;
  background: rgba(24, 0, 75, .8);
}

.mfp-wrap {
  top: 0;
  right: 0;
  width: calc(100% - 13vw);
  height: 100%;
  z-index: 33333;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: "";
  background-image: url(https://aloevine.com/wp-content/uploads/2022/03/arrow-1.svg);
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  transition: all .4s;
}
.mfp-removing .mfp-arrow:before {
  opacity: 0;
}
.mfp-arrow-left:before {
  transform: rotate(180deg);
}


.mfp-arrow-left {
  left: 5%;
}


.mfp-arrow-right {
  right: 5%;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}


/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  /**

         * Remove all paddings around the image on small screen

         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}


/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/************ MAGNIFIC POPUP END ***********/

@media (max-width: 1460px) {
  .nav-menu ul li a {
    font-size: 22px;
    padding: 14px 0;
  }
  .nav-menu ul li a::after {
    width: 26px;
    height: 21px;
  }
  .footer-col .menu-primary-container ul li::before {
    left: -24px;
    top: 5px;
    width: 5px;
    height: 5px;
  }
  .footer-col .menu-primary-container ul li a {
    font-size: 14px;
  }
  .footer-col .menu-primary-container ul {
    gap: 44px;
  }
  .site-footer p {
    font-size: 15px;
    margin: 9px 0;
  }
  .site-footer .wp-block-image img {
    max-width: 180px;
  }
  .post-type-data {
    max-width: 80%;
  }
  .flavor-content .container {
    max-width: 60%;
  }
  .flavor-selector.prev-flavor-btn {
    right: calc( (100vw - 13vw) / 100 * 10 * -1);
  }
  .flavor-selector.next-flavor-btn {
    left: calc( (100vw - 13vw) / 100 * 10 * -1);
  }
  .flavor-content h1 {
    font-size: 67px;
    margin: 0 0 35px;
  }
  button.amazon-btn {
    font-size: 11px;
    gap: 14px;
    padding: 14px 18px;
  }
  .flavor-content .img-col img {
    width: 120px;
  }
}

@media (max-width:1280px) {
  .nav-menu ul li a {
    font-size: 20px;
    padding: 11px 0;
  }
  .nav-menu ul li a::after {
    width: 24px;
    height: 19px;
    top: 9px;
  }
  .social-links li img {
    width: 27px;
  }
  .footer-col .menu-primary-container ul {
    gap: 32px;
  }
  .footer-col .menu-primary-container ul li::before {
    left: -18px;
    top: 6px;
    width: 4px;
    height: 4px;
  }
  .footer-col .menu-primary-container ul li a {
    font-size: 13px;
  }
  .flavor-content h1 {
    font-size: 53px;
    margin: 0 0 25px;
  }
  .slick-arrow::before,
  .flavor-selector a::before {
    width: 30px;
    height: 45px;
  }
  button {
    font-size: 11px;
    padding: 4px 12px;
  }
}

@media (max-width:980px) {
  .mfp-wrap, .mfp-bg {
    width: 100%;
  }
  .mfp-content img {
    max-width: 85%;
    border-width: 8px;
  }
  .mfp-content p {
    max-width: 85%;
    margin: 0 auto;
  }
  .mfp-arrow-right {
    right: 0%;
  }
  .mfp-arrow-left {
    left: 0%;
  }
  .ticker-wrap {
    display: none;
  }
  header {
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    flex-direction: row;
  }
  header .logo-menu img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 175px;
    height: auto;
    transform-origin: unset;
  }
  .logo-menu {
    flex-direction: row;
    flex-basis: 100%;
    padding: 0 5%;
    width: auto;
    height: auto;
    justify-content: center;
  }
  .logo-menu #site-logo {
    flex-basis: 70%;
  }
  .burguer-holder {
    flex-basis: 60px;
    top: auto;
  }
  header {
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    padding: 20px 0;
  }
  .logo-menu #site-logo {
    flex-basis: 80%;
    text-align: center;
  }
  .content-menu {
    flex-basis: 100%;
    display: none;
  }
  #page {
    width: 100%;
    float: none;
    margin-top: 76px;
  }
  #wpadminbar {
    display: none;
  }
  html.iorad-extension-widget-visible {
    margin-top: 0 !important;
  }
  .admin-bar header {
    top: 0;
  }
  .fullscreen-video-section,
  .admin-bar .fullscreen-video-section {
    height: calc(100vh - 196px);
  }
  .home-phrase {
    display: block;
  }
  .home-phrase p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
  }
  .home-phrase {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    flex-direction: column-reverse;
    gap: 10px;
    background-color: #300196;
  }
  .nav-menu ul {
    text-align: center;
    padding: 30px 0;
  }
  .social-links {
    padding: 0;
    justify-content: center;
  }
  .nav-menu ul li a::after {
    content: none;
  }
  .posts-container article {
    flex-basis: 32%;
  }
  .posts-container .img-wrapper {
    width: 20vw;
    height: 20vw;
  }
  .frase-destacada-section h2 {
    font-size: 34px;
  }
  .frase-destacada-section span.cita-icon {
    height: 37px;
    font-size: 86px;
    margin-bottom: 15px;
  }
  .posts-container article h4 {
    font-size: 20px;
  }
  .site-footer {
    flex-direction: column-reverse;
    align-items: center;
  }
  .site-footer .footer-col {
    text-align: center;
    border: 0;
    padding: 0;
  }
  footer .social-links {
    justify-content: center;
  }
  .footer-col .menu-primary-container ul {
    justify-content: center;
  }
  .footer-col .menu-primary-container ul li a {
    font-weight: 600;
  }
  .footer-col .menu-primary-container ul {
    justify-content: center;
    margin: 8px 0;
    flex-wrap: wrap;
    gap: 13px 23px;
  }
  .site-footer .footer-col:last-child {
    border-top: 3px solid #4a4a4a;
    padding-top: 40px;
  }
  .site-footer {
    padding: 40px 5%;
  }
  .site-footer .footer-col figure {
    display: none;
  }
  .site-footer .footer-col:last-child figure {
    display: block;
  }
  .footer-col .menu-primary-container ul li::before {
    content: none;
  }
  .site-footer .wp-block-image img {
    max-width: 140px;
  }
  .posts-container article {
    flex-basis: 49%;
  }
  .posts-container {
    width: 90%;
    gap: 40px 2%;
    margin: 0 auto 40px;
  }
  .chess-column-info h3 {
    font-size: 2.6vw;
  }
  .chess-column-info p {
    font-size: 1.7vw;
  }
  .chess-column-info {
    flex-basis: 50%;
    padding: 8vw 4.45vw;
  }
  .we-persisted-section .container,
  .into-industry-section .container {
    max-width: 70vw;
  }
  .we-persisted-section img {
    width: 3.2vw;
  }
  .we-persisted-section h3 {
    font-size: 3.4vw;
    margin: 4.2vw 0 1.4vw;
  }
  .we-persisted-section h4 {
    font-size: 2.7vw;
    margin: 0;
  }
  .into-industry-section h3::before {
    height: 12vw;
    width: 4vw;
    top: 0;
    bottom: auto;
  }
  .into-industry-section h3 {
    padding-left: 6vw;
    font-size: 3.4vw;
    margin: 0 0 2.25vw;
  }
  .into-industry-section p {
    font-size: 1.7vw;
  }
  .into-industry-section p:last-child {
    margin-bottom: 0;
  }
  .steps-slider-section h2 {
    font-size: 3.6vw;
    margin: 0 0 7vw;
  }
  .steps-slider img {
    width: 7.55vw;
  }
  .steps-slider h3 {
    font-size: 3.38vw;
    margin: 3vw 0;
  }
  .steps-slider p {
    font-size: 1.8vw;
    max-width: 46vw;
  }
  .steps-slider .slick-dots {
    top: 3.55vw;
  }
  .balance-section h4::after {
    margin: 25px auto 0;
    width: 6.5vw;
    height: 0.6vw;
  }
  .balance-section h4 {
    font-size: 2.8vw;
  }
  .balance-section h3 {
    font-size: 4.4vw;
    margin: 0 0 0.8vw;
  }
  .balance-section p {
    line-height: 1.2em;
    font-size: 2.25vw;
  }
  .balance-section img {
    width: 2.9vw;
    margin: 2vw 0;
  }
  .balance-section {
    flex-direction: column;
  }
  .video-overlay img {
    width: 90px;
  }
  .resellers-grid .resellers_cpt {
    flex-basis: 27%;
  }
  .resellers-grid {
    gap: 40px 9.5%;
    margin: 40px 0 0;
  }
  .call-to-action-section h2 {
    max-width: 40vw;
    font-size: 2.8vw;
    margin: 2.3vw 0;
  }
  .call-to-action-data {
    flex-basis: 45%;
    margin-bottom: 7vw;
  }
  .resellers-section h2 {
    font-size: 3.4vw;
    line-height: 1.15em;
  }
  .resellers-section p {
    line-height: 1.45em;
    font-size: 1.9vw;
  }
  .resellers-grid .resellers_cpt h3 {
    font-size: 2.4vw;
    margin: 3vw 0;
  }
  .posts-section .container {
    width: 90%;
  }
  .posts-wrapper article h2 {
    font-size: 2.9vw;
    margin: 2vw 0 1vw;
  }
  .posts-wrapper article p {
    font-size: 1.7vw;
    margin: 1.25vw 0 0;
  }
  .posts-wrapper {
    gap: 4.5vw 8%;
  }
  .posts-wrapper .category-link {
    top: 20px;
    left: 20px;
  }
  .category-link {
    padding: 5px 14px;
    font-size: 11px;
  }
  .search-section-header h1 {
    font-size: 2.7vw;
    margin: 0 0 3.5vw;
  }
  .related-posts a,
  .search-section-header a {
    font-size: 1.9vw;
    gap: 1vw;
  }
  .related-posts a svg,
  .search-section-header a svg {
    width: 18px;
  }
  .post-header {
    height: auto;
  }
  .post-header .container {
    width: 90%;
    gap: 20vw;
  }
  .post-meta span,
  .post-meta a {
    font-size: 1.9vw;
  }
  .post-content p {
    font-size: 1.9vw;
  }
  .post-content h3 {
    font-size: 2.3vw;
  }
  .tags-wrapper li a {
    font-size: 14px;
    padding: 4px 15px;
  }
  .tags-wrapper {
    margin: 30px 0 0;
    padding: 25px 0;
  }
  .related-posts h4 {
    font-size: 2.1vw;
  }
  .contact-column-sidebar h3 {
    font-size: 1.9vw;
  }
  .contact-column-sidebar p {
    font-size: 1.9vw;
  }
  .wpcf7 .wpcf7-list-item-label {
    font-size: 1.5vw;
  }
  .wpcf7 .wpcf7-list-item input[type="checkbox"]:checked::before {
    width: 10px;
    height: 10px;
    left: 1px;
    top: 1px;
  }
  .wpcf7 .wpcf7-list-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-basis: 20px;
  }
  .wpcf7 input,
  .wpcf7 textarea {
    padding: 6px 13px;
    font-size: 16px;
  }
  .wpcf7 .wpcf7-submit {
    font-size: 14px;
    padding: 5px 20px;
    margin-top: 7px;
  }
  .post-type-data {
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .flavor-content {
    padding: 40px 0;
  }
  .flavor-content .container {
    max-width: 75%;
  }
  .flavor-selector.prev-flavor-btn {
    right: calc(-12.5% + 30px);
  }
  .flavor-selector.next-flavor-btn {
    left: calc(-12.5% + 30px);
  }
  .flavor-content .img-col img {
    width: 105px;
  }
  .flavor-content h1 {
    font-size: 46px;
    margin: 0 0 15px;
  }
  .flavor-content p {
    font-size: 15px;
    padding: 9px 9px;
  }
  .see-more-btn {
    font-size: 15px;
  }
  .see-more-btn img {
    width: 45px;
  }
}

@media (max-width:768px) {
  .img-col {
    display: none;
  }
  .flavors-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    align-items: baseline;
  }
  .content-col .img-mobile {
    display: block;
  }
  .see-all-post-type button {
    font-size: 12px;
    padding: 6px 16px;
  }
  .flavor-content .container {
    flex-direction: column;
    max-width: none;
    width: 90%;
  }
  .flavor-selector {
    top: 130px;
  }
  .content-col {
    width: 100%;
  }
  .flavor-selector.prev-flavor-btn {
    right: 0;
  }
  .flavor-selector.next-flavor-btn {
    left: 0;
  }
  .flavor-content .img-col img {
    width: 60px;
    margin-bottom: 20px;
  }
  .flavor-content h1 {
    text-align: center;
    font-size: 32px;
  }
  .content-col .product-img {
    margin: 15px auto 30px;
    max-width: 75px;
  }
  .contact-form-section .contact-column-sidebar {
    padding: 40px 5%;
  }
  .contact-form-section .contact-column-form {
    padding: 40px 5% 20px;
  }
  .wpcf7 input,
  .wpcf7 textarea {
    padding: 5px 11px;
    font-size: 14px;
  }
  .wpcf7 p {
    margin: 0 0 10px;
  }
  .wpcf7 .wpcf7-list-item-label {
    font-size: 15px;
  }
  .wpcf7 .wpcf7-list-item input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-basis: 20px;
  }
  .contact-form-section {
    flex-direction: column;
  }
  .inner-contact-sidebar img {
    margin-bottom: 7px;
    width: 30px;
  }
  .contact-column-sidebar h3 {
    font-size: 20px;
  }
  .contact-column-sidebar p {
    font-size: 17px;
  }
  .footer-col .menu-primary-container ul {
    justify-content: center;
    flex-direction: column;
  }
  .site-footer .footer-col {
    width: 100%;
  }
  .post-meta {
    padding: 40px 0 10px;
    margin-bottom: 20px;
  }
  .wp-block-group.has-background {
    padding: 25px 0;
    margin: 25px 0;
  }
  .post-meta span,
  .post-meta a {
    font-size: 16px;
  }
  .related-posts h4 {
    font-size: 18px;
  }
  .post-header h3 {
    font-size: 18px;
  }
  .post-header {
    padding: 30px 0;
  }
  .category-link {
    margin-bottom: 2px;
    display: inline-block;
  }
  .post-header h1 {
    font-size: 25px;
    margin: 12px 0 0;
  }
  .related-posts {
    padding: 40px 0 25px;
  }
  .post-content p {
    font-size: 15px;
  }
  .post-content p {
    font-size: 15px;
  }
  .post-content h3 {
    font-size: 19px;
    margin: 10px 0;
  }
  .search-section-header h1 {
    font-size: 19px;
    margin: 0 0 12px;
  }
  .post-content .container {
    width: 90%;
  }
  .related-posts a,
  .search-section-header a {
    font-size: 16px;
    gap: 5px;
  }
  .search-form.active-search .search-field {
    width: 35vw;
    margin-left: 10px;
  }
  .search-submit {
    width: 20px;
    height: 20px;
    top: 4px;
  }
  .posts-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .search-form .search-field {
    font-size: 16px;
  }
  .posts-wrapper article h2 {
    font-size: 21px;
    margin: 10px 0 7px;
  }
  .posts-wrapper .category-link {
    top: 15px;
    left: 15px;
  }
  .posts-wrapper article p {
    font-size: 15px;
    margin: 10px 0 0;
  }
  .news-section-header {
    padding: 40px 0;
  }
  .news-section-header h1 {
    font-size: 23px;
  }
  .field-message {
    width: 205px;
    right: 0;
    text-align: right;
    left: auto;
    font-size: 14px;
  }
  .call-to-action-section h2 {
    max-width: none;
    font-size: 21px;
    margin-bottom: 20px;
  }
  .call-to-action-data {
    flex-basis: auto;
    margin: 0;
  }
  .resellers-section {
    padding: 40px 0;
  }
  .call-to-action-section {
    flex-direction: column;
    text-align: center;
    padding: 20px 5% 40px;
  }
  .resellers-section h2 {
    font-size: 21px;
  }
  .resellers-section p {
    line-height: 1.45em;
    font-size: 15px;
  }
  .resellers-grid {
    gap: 40px 8%;
    margin: 40px 0 0;
  }
  .resellers-grid .resellers_cpt {
    flex-basis: 46%;
  }
  .resellers-grid .resellers_cpt img {
    width: 80%;
  }
  .resellers-grid .resellers_cpt h3 {
    font-size: 18px;
    margin: 15px;
  }
  .balance-column {
    padding: 60px 5%;
  }
  .inline-video-section .container,
  .resellers-section .container {
    width: 90%;
  }
  .video-overlay img {
    width: 75px;
  }
  .inline-video-section {
    padding: 40px 0;
  }
  .balance-section h3 {
    font-size: 30px;
  }
  .balance-section p {
    font-size: 15px;
  }
  .balance-section img {
    width: 22px;
    margin: 16px 0;
  }
  .balance-column {
    padding: 50px 5%;
  }
  .balance-section h4 {
    font-size: 19px;
  }
  .balance-section h4::after {
    margin: 20px auto 0;
    width: 45px;
    height: 3px;
  }
  .steps-slider-section {
    padding: 40px 0;
  }
  .steps-slider .slick-arrow {
    display: none !important;
  }
  .steps-slider-section h2 {
    font-size: 23px;
    margin: 0 0 30px;
  }
  .steps-slider img {
    width: 50px;
  }
  .steps-slider h3 {
    font-size: 21px;
    margin: 15px 0;
  }
  .steps-slider p {
    font-size: 15px;
    max-width: none;
  }
  .we-persisted-section .container,
  .into-industry-section .container {
    max-width: none;
    width: 90%;
  }
  .into-industry-section {
    padding: 40px 0;
  }
  .we-persisted-section h3 {
    font-size: 21px;
    margin: 25px 0 20px;
  }
  .into-industry-section h3 {
    padding-left: 35px;
    font-size: 19px;
    margin: 0 0 10px;
  }
  .into-industry-section p {
    font-size: 15px;
  }
  .into-industry-section h3::before {
    height: 70px;
    width: 35px;
    top: 0;
    bottom: auto;
  }
  .we-persisted-section h4 {
    font-size: 19px;
    margin: 0;
  }
  .we-persisted-section img {
    width: 24px;
  }
  .we-persisted-section {
    padding: 40px 0;
  }
  .exports-section {
    flex-direction: column;
    align-items: baseline;
  }
  .exports-section h3 br {
    display: none;
  }
  .exports-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .exports-section h3::after {
    width: 35px;
    margin-top: 10px;
    height: 3px;
  }
  .chess-section.image-left {
    flex-direction: column;
  }
  .chess-section {
    flex-direction: column;
  }
  .chess-column-info p:last-child {
    margin: 0;
  }
  .chess-column-image {
    flex-basis: 100vw;
  }
  .chess-column-info {
    flex-basis: auto;
    padding: 50px 5%;
  }
  .chess-column-info {
    flex-basis: 50%;
    padding: 40px 5%;
  }
  .chess-column-info h3 {
    font-size: 21px;
  }
  .chess-column-info p {
    font-size: 15px;
  }
  .posts-container article {
    flex-basis: 49%;
  }
  .posts-container .img-wrapper {
    width: 35vw;
    height: 35vw;
  }
  .posts-container article h4 {
    font-size: 21px;
    margin: 15px 0;
  }
  .frase-destacada-section {
    padding: 40px 5%;
  }
  .page-header h1 {
    font-size: 27px;
    margin: 0;
  }
  .page-header {
    padding: 28% 5%;
  }
  .frase-destacada-section h2 {
    font-size: 23px;
  }
  .frase-destacada-section span.cita-icon {
    height: 37px;
    font-size: 78px;
    margin-bottom: 7px;
  }
}