@media (min-width: 768px) {
  .visible-desktop {
    display: block;
  }

  .visible-mobile {
    display: none !important;
  }
}

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

  .visible-mobile {
    display: block;
  }
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.gpc-tb-pad-section {
  padding-top: var(--section-pad-top);
  padding-bottom: var(--section-pad-bot);
}

.gpc-full-section {
  width: 100%;
}

.gpc-content-full-section {
  max-width: 100%;
}

.gpc-content-section {
  max-width: var(--max-content-width);
}

.gpc-content-full-section,
.gpc-content-section {
  padding-left: var(--content-padding);
  padding-right: var(--content-padding);
  margin: 0 auto;
}

.gpc-custom-header.big {
  height: 600px;
}

.gpc-custom-header.small {
  min-height: 250px;
}

.gpc-custom-header {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.gpc-custom-header::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gpc-custom-header .header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.page-hero .inside-page-hero.grid-container {
  padding: 40px;
}

.gpc-custom-header .gpc-custom-header__title {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: var(--color-white);
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .gpc-custom-header .gpc-custom-header__title {
    font-size: 34px;
  }
}

.rank-math-breadcrumb p {
  margin-bottom: 0;
}

.gpc-custom-header .rank-math-breadcrumb,
.gpc-custom-header .rank-math-breadcrumb a {
  color: var(--color-white);
  color: var(--color-white);
}

.rank-math-breadcrumb {
  padding: 10px 0;
}

.rank-math-breadcrumb .separator {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .rank-math-breadcrumb .separator {
    margin: 0 5px;
  }
}

.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

@media (min-width: 768px) and (max-width: 991px) {
  .gpc-custom-header .gpc-custom-header__title {
    font-size: 50px;
    line-height: 55px;
  }
}

.gpc-custom-header .gpc-custom-header__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: var(--neutral-7);
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .gpc-custom-header.small {
    min-height: 250px;
  }

  .gpc-custom-header .header-content {
    top: 60%;
  }

  .page-hero .inside-page-hero.grid-container {
    padding: 20px;
  }

  .gpc-custom-header .gpc-custom-header__title {
    font-size: 30px;
  }
}

.gpc-custom-header .title-1 {
  line-height: auto;
  margin-bottom: 0;
}

.gpc-parallax {
  position: relative;
}

.gpc-parallax.fixed-bg {
  background-attachment: fixed;
}

.gpc-parallax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.gpc-parallax::before.fixed-bg {
  background-attachment: fixed;
}

.gpc-parallax > .gpc-call-to-action__container {
  position: relative;
}

.main-navigation a.btn {
  text-transform: uppercase;
}

.btn {
  border-style: solid;
  border-width: 1px;
  padding: 15px 30px;
  border-radius: 0;
  width: auto;
  text-transform: uppercase;
}

.btn-primary {
  border-color: var(--color-dark);
  background: var(--color-dark);
  color: var(--color-white);
}

.btn-primary:hover {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white);
}

.btn-outline-primary {
  border-color: var(--color-white);
  background: transparent;
  color: var(--color-white);
}

.btn-outline-primary:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}

.btn-outline-secondary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}

.btn-outline-secondary:hover {
  background: var(--color-dark) !important;
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
}

.btn-secondary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
}

.btn-secondary:hover,
.btn-secondary:focus {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-white) !important;
}

.gpc-nav-btn.btn-secondary {
  font-weight: 500;
}

.link-arrow span {
  display: inline-block;
  transition: 0.1s ease-in;
}

.link-arrow:hover span {
  transform: translateX(50%);
}

.gpc-divider-separator {
  display: flex;
  margin: 0;
  direction: ltr;
  border-top: 1px solid var(--border-color);
}

/*whatsApp button*/
.btn-whatsapp-pulse {
  background: #25d366;
  color: var(--color-white);
  position: fixed;
  bottom: 90px;
  right: 25px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 20;
}

a.btn-whatsapp-pulse,
a:focus.btn-whatsapp-pulse,
a:hover.btn-whatsapp-pulse {
  color: #ffffff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

/*Blocks Sections headings*/

.gpc-heading .gpc-heading__sub-title .line-decoration {
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: var(--color-primary);
  margin-right: 10px;
  margin-bottom: 5px;
}

.gpc-heading .gpc-heading__sub-title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-primary);
  font-family: var(--base-font);
}

.gpc-heading .gpc-heading__title {
  color: var(--neutral-11);
}

.gpc-heading .gpc-heading__title span {
  font-weight: 300 !important;
  color: var(--color-primary);
}

.generate-back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: normal;
}
