/*Api Font*/
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*General styles*/
body {
  background: hsl(255, 12%, 93%);
}
#content {
  background-color: hsl(255, 12%, 93%) !important;
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2 !important;
}
body p {
  line-height: 1.4 !important;
}
::selection {
  background: hsla(237 61% 13%);
  color: hsl(0, 0%, 100%);
}
/*Colores*/
.bg-white {
  background: hsl(0, 0%, 100%);
}
.bg-deep-blue {
  background: hsl(240, 56%, 2%);
}
.bg-cold-gray {
  background: hsl(255, 12%, 93%);
}

.bg-dark-deep-blue {
  background: hsl(237, 61%, 13%);
}
.bg-dark-red {
  background: hsl(349, 83%, 44%);
}
.bg-dark-blue {
  background: hsl(238, 58%, 20%);
}
.bg-light-red {
  background: hsl(349, 86%, 51%);
}
.color-white {
  color: hsl(0, 0%, 100%);
}
p.color-white-light {
  color: hsla(0 0% 100% / 0.5) !important;
}
.color-deep-blue {
  color: hsl(240, 56%, 2%);
}
.color-deep-blue-light {
  color: hsla(240, 56%, 2%, 0.5);
}
.color-cold-gray {
  color: hsl(255, 12%, 93%);
}
.color-dark-deep-blue {
  color: hsl(237, 61%, 13%);
}
.color-blue-medium {
  color: hsla(238 58% 20% / 0.5);
}
.color-dark-red {
  color: hsl(349, 83%, 44%);
}
.color-dark-blue {
  color: hsl(238, 58%, 20%);
}
.color-light-red {
  color: hsl(349, 86%, 51%);
}

/*Fonts*/
/* Títulos */
h1.title-font {
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 5.5rem; /* 88px */
}

h2.title-font-block {
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 4rem; /* 64px */
  margin-bottom: 3.125rem;
}

h3.title-font-plecas {
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 3rem; /* 48px */
  margin-bottom: 3.125rem;
}

h4.subtitle-font-block {
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 2rem; /* 32px */
}

/* Párrafos */
p.paragraph-slider {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

p.paragraph-pleca {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}

p.paragraph-description {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}
p.paragraph-description-small {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: justify;
}

ul.paragraph-description,
ol.paragraph-description {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  padding-left: 30px;
}

ul.paragraph-description li,
ol.paragraph-description li {
  line-height: 1.4;
  margin-bottom: 1rem;
}

/* Botones */
.button-rounded {
  border-radius: 0.5rem !important;
}

.button-slider {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.125rem; /* 18px */
}
.red-btn {
  color: hsl(0, 0%, 100%);
  background: hsl(349 86% 51%) !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 16px */
  border: 1px solid hsl(349 86% 51%) !important;
  transition: 0.2s ease-in-out;
}
.red-btn:hover {
  background: hsl(349 86% 51%);
}
.red-btn.button.button-reveal.text-end:hover i {
  background: hsl(349 83% 44%);
}
.dark-button {
  color: hsl(0, 0%, 100%);
  background: hsl(238 58% 20%) !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 16px */
  border: 1px solid hsl(237 61% 13%) !important;
  transition: 0.2s ease-in-out;
}
.dark-button:hover {
  background: hsl(238 58% 20%);
}
.dark-button.button.button-reveal.text-end:hover i {
  background: hsl(237 61% 13%) !important;
  border: 1px solid hsl(237 61% 13%) !important;
}
.button-reveal i {
  transition:
    left 0.3s ease,
    right 0.3s ease !important;
}
.light-button {
  line-height: 60px !important;
  color: hsl(0, 0%, 100%);
  background: hsl(349 86% 51%);
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1.125rem !important; /* 18px */
  transition: 0.3s all ease-in-out;
  min-width: 300px !important;
  max-width: 300px !important;
  transition: 0.2s ease-in-out;
  border: 1px solid hsl(349 86% 51%) !important;
}
.light-button:hover {
  background: hsl(349 86% 51%);
}
.button.button-reveal.text-end:hover i {
  background: hsl(349 83% 44%);
}
.light-button-last-slide {
  line-height: 60px !important;
  color: hsl(0, 0%, 100%);
  background: hsl(349 86% 51%);
  font-family: 'Raleway', sans-serif;
  font-weight: 600 !important;
  font-size: 1.125rem !important; /* 18px */
  transition: 0.3s all ease-in-out !important;
  min-width: 200px !important;
  max-width: 200px !important;

  border: 1px solid hsl(349 86% 51%) !important;
}
.light-button-last-slide:hover {
  background: hsl(349 86% 51%);
}
.button.button-reveal.text-end:hover i {
  background: hsl(349 83% 44%);
}
.button-reveal span {
  transition:
    left 0.3s ease,
    right 0.3s ease !important;
}
#header-wrap #logo img {
  width: 180px;
  height: auto;
  margin-right: auto;
}
#header-row #logo {
  height: 100%;
}
#header-wrap {
  background: transparent;
  margin: 0 auto;
}

/* WhatsApp style */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 7px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.float:hover {
  color: #fff;
  background-color: #21c15d;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
}
.my-float {
  margin-top: 16px;
}

#gotoTop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#gotoTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease-in-out,
    visibility 0.3s ease-in-out;
}

.stretched #gotoTop {
  left: 7px;
  bottom: 30px;
  background-color: hsla(238, 58%, 20%, 0.5) !important;
  color: #fff;
  border-color: transparent !important;
  font-size: xxx-large;
}
.stretched #gotoTop:hover {
  background: hsl(238 58% 20%) !important;
  border: transparent;
}
/*Header*/
#header-wrap .container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  --bs-gutter-x: 40px;
}
.contacto-mobile {
  display: none;
}
.contact-btn {
  display: block;
}
.menu-item.current > .menu-link {
  color: hsl(237, 61%, 13%) !important;
}
.menu-item:hover > .menu-link {
  color: hsl(237, 61%, 13%);
}
.menu-link {
  color: hsla(238 58% 20% / 0.5);
  cursor: pointer;
  transition: 0.3s all ease-in-out !important;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 16px */
}

/* Page Title Parallax */
.page-title.page-title-parallax {
  padding: 200px 0 130px;
}

.parallax-bg {
  transition: none;
}

.page-title .page-title-content h1 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

/*Slider*/
#slider {
  z-index: 3;
}
body:not(.is-expanded-menu)
  #header:not([data-mobile-sticky='true'])
  #header-wrap {
  position: absolute;
}

#slider .button.button-reveal span {
  font-size: 1.125rem !important;
}

/*Cards expanded*/

.underliner-red {
  background-image: linear-gradient(
    to bottom,
    transparent calc(100% - 15%),
    hsla(349 83% 44% / 0.5) calc(100% - 15%)
  ) !important;
}

h5.title-font-category {
  font-family: 'Onest', sans-serif;
  font-weight: 600;
  font-size: 1.5rem; /* 24px */
}
h5.title-font-category:hover {
  color: hsl(0, 0%, 100%);
}
.block-expand-categories .expand-category h5 {
  position: absolute;
  opacity: 1 !important;
  margin-top: auto !important;
  margin-bottom: 10px !important;
  transform: none !important;
  transition: opacity 0.4s ease !important;
}
.block-expand-categories .expand-category h5 {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  transform: translateY(-50%);
}
/*Slider principal*/

#slide-85-layer-title,
#slide-86-layer-title,
#slide-87-layer-title {
  font-size: 5.5rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: hsl(0, 0%, 100%) !important;
  font-family: 'Onest', sans-serif !important;
  margin-bottom: 40px !important;
}

#slide-86-layer-text,
#slide-85-layer-text,
#slide-87-layer-text {
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: hsl(0, 0%, 100%) !important;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 40px !important;
}
.custom-reveal-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custom-reveal-right i {
  position: static !important;
  transform: none !important;
  opacity: 1 !important;
}

.tiny_bullet_slider .tp-bullet:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 25px;
  top: -12px;
  left: 0px;
  background: transparent;
}
.bullet-bar.tp-bullets:before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}
.bullet-bar .tp-bullet {
  width: 60px;
  height: 3px;
  position: absolute;
  background: #aaa;
  background: rgba(204, 204, 204, 0.5);
  cursor: pointer;
  box-sizing: content-box;
}
.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
  background: rgba(204, 204, 204, 1);
}

/* Slider contenido centrado para Desk */
.tp-caption.tp-resizeme.content-wrapper {
  font-family: 'Onest', sans-serif !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*Cards*/
.block-expand-categories:hover {
  display: none;
}
.block-expand-categories .expand-category {
  --height: 50vh;
  --responsive-height: 60px;
  --hover-flex: 10;

  position: relative;
  background-position: center center;
  background-size: cover;
  border-radius: 0.625rem;
  margin: 10px 0;
  min-height: var(--responsive-height);
  cursor: inherit;
}

.block-expand-categories .expand-category h4 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  transform: translateY(-50%);
}
/*Box*/
.info-box {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}
.box-solutions,
.img-solutions {
  border-radius: 0.625rem;
}
.ribbons-box {
  padding-top: 15px;
}
.img-ribbons img,
.img-impresora img {
  height: 100% !important;
  object-fit: cover;
}
/*Pleca*/
.container-parallax {
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.underliner-white {
  background-image: linear-gradient(
    to bottom,
    transparent calc(100% - 15%),
    hsla(0 0% 100%/0.5) calc(100% - 15%)
  );
}
/*Carrusel*/
.owl-carousel .owl-nav [class*='owl-'] {
  opacity: 1;
  left: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: calc(-1 * var(--cnvs-owl-nav-sizes) / 2);
}

#oc-clients-full.owl-carousel .owl-nav button[class*='owl-'] {
  background-color: hsla(238 58% 20% / 0.5) !important;
  color: hsl(0, 0%, 100%);
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent !important;
}

#oc-clients-full.owl-carousel .owl-nav button[class*='owl-']:hover {
  background-color: hsl(238 58% 20%) !important;
  color: hsl(0, 0%, 100%) !important;
}

.owl-prev {
  border-top-right-radius: 5px;
}

.owl-next {
  border-top-left-radius: 5px;
}

#oc-clients-full.owl-carousel:hover .owl-nav i {
  left: 0;
}

.oc-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.oc-item a {
  width: 200px;
}
/*Footer*/
.footer-widgets-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-widgets-wrap > .col-lg-12,
.footer-widgets-wrap > .logo-footer {
  width: 100%;
}
.logo-footer {
  max-width: 100%;
  margin-bottom: 20px;
}
.logo-footer img {
  max-width: 100%;
  height: auto;
  width: 250px;
  margin-bottom: 1rem;
}
.logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-big-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-big-contacts span {
  color: hsl(0, 0%, 100%);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 2rem; /* 16px */
  margin-bottom: 1rem;
}
.footer-big-contacts a {
  color: hsla(0, 0%, 100%, 0.5);
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1rem; /* 16px */
  transition: 0.3s all ease-in-out;
}
.footer-big-contacts a:hover {
  color: hsl(0, 0%, 100%);
}
#copyrights {
  padding-top: 0px;
  background-color: hsl(237 61% 13%) !important;
}
.copyrights-text {
  color: hsla(0, 0%, 100%, 0.5);
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1rem; /* 16px */
  transition: 0.3s all ease-in-out;
}
#copyrights a:hover {
  padding-bottom: 20px;
  color: hsl(0, 0%, 100%);
}
#footer {
  background-color: hsl(237, 61%, 13%);
  border-top: 4px solid red !important;
}
a.footer-link {
  color: hsla(0, 0%, 100%, 0.5);
  transition: 0.3s all ease-in-out;
}
a.footer-link:hover {
  color: hsl(0, 0%, 100%);
}
.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: var(--cnvs-section-margin) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  margin-top: 75px;
}
.contact-links {
  margin-top: 30px;
}
.slider-inner {
  min-height: 700px;
}
.rev_slider_wrapper {
  min-height: 700px;
}

.forcefullwidth_wrapper_tp_banner {
  min-height: 700px;
}

.container-form {
  display: flex;
  justify-content: center;
}
.feature-box {
  min-height: 255px;
}
.fbox-bg.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1rem 2rem;
  border: 1px solid hsl(349 83% 44%);
  border-radius: 5px;
}
.fbox-bg.fbox-center .fbox-icon {
  margin-top: -2rem;
  background-color: transparent;
}
.fbox-icon i {
  color: hsl(349 83% 44%) !important;
  background-color: hsl(255, 12%, 93%) !important ;
}
.fbox-content a {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(240, 56%, 2%);
  transition: 0.3s all ease-in-out;
}
.fbox-content a:hover {
  color: hsla(240 56% 2% / 0.5);
}
/*Contact Section*/
.grecaptcha-badge {
  z-index: 1 !important;
  bottom: 110px !important;
  opacity: 0.5 !important;
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: hsl(349 83% 44%);
  font-family: 'Raleway', sans-serif;
  text-align: end;
  font-weight: 600;
}
#wrapper #header.wrapper-contact {
  background: hsl(255, 12%, 93%) !important;
}
#header-wrap.header-contact {
  background: transparent !important;
}
.form-group label {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(240, 56%, 2%);
}
input.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(240, 56%, 2%);
  height: 50px;
  border-color: hsla(238 58% 20% / 0.5);
  background-color: #fff !important;
}
form .form-group {
  margin-bottom: var(--cnvs-form-group-margin);
  text-align: left;
}
textarea.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(240, 56%, 2%);
  height: 210px;
  border-color: hsla(238 58% 20% / 0.5);
  background-color: #fff !important;
}
.form-control {
  --cnvs-input-btn-input-bg: transparent;
  --cnvs-input-focus-bg: transparent;
  --cnvs-input-focus-box-shadow: none;
  --cnvs-input-focus-border-color: hsla(238 58% 20% / 0.5);
}
.container-title-form,
.form-paragraph {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-paragraph {
  padding-bottom: 40px;
}

html {
  --cnvs-body-color: hsl(255, 12%, 93%) !important;
}

/*About*/
.testimonial.testimonial-full .flex-control-nav {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1.5rem;
  margin-top: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.testimonial .flex-control-nav li a {
  border: none;
  background-color: hsla(349, 83%, 44%, 0.5);
  width: 12px !important;
  height: 12px !important;
}
.flex-control-nav li {
  margin: 0 10px;
}
.testimonial .flex-control-nav li a.flex-active {
  background-color: hsl(349, 83%, 44%);
}
.img-testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-stick {
  border-radius: 0.375rem;
}
.slide-testimonials .row {
  padding-left: 25px;
  padding-right: 25px;
}
/* Modal start */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  --bs-modal-border-color: hsl(349 86% 51%);
}

.modal-content {
  display: grid;
  position: absolute;
  width: 80vw;
  height: 80vh;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.close-button {
  position: fixed;
  top: 20px;
  right: 7%;
  font-size: 1.5em;
  color: hsl(349 86% 51%);
  background: transparent;
  border: none;
  padding: 5px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all ease-in-out;
}
.close-button:hover {
  color: hsl(349 86% 60%);
}
/* Modal End*/

/*Media Queries*/
/*Cards*/
/* Larger Device */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-padding-x {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fbox-content a {
    font-size: 0.925rem;
  }
}
@media (min-width: 992px) {
  .block-expand-categories .expand-category {
    height: var(--height);
    flex: 1;
    margin: 0 10px;
    transition: flex 1s ease;
    --webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
  }

  .block-expand-categories:not(.on-click) .expand-category:hover,
  .block-expand-categories.on-click .expand-category.active {
    flex: var(--hover-flex);
  }

  .block-expand-categories .expand-category h4 {
    opacity: 1;
    top: auto;
    bottom: 10px;
    transform: none;
    transition: opacity 0.4s ease;
  }

  .block-expand-categories:hover .expand-category:not(.active):not(:hover) h5,
  .block-expand-categories.on-click .expand-category:not(.active) h5 {
    opacity: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Menú*/

  #header-wrap #logo img {
    width: 180px !important;
    height: auto;
  }
}
@media (max-width: 1199px) {
  h5.title-font-category {
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
  }
}
@media (max-width: 991px) {
  p.paragraph-description-small {
    text-align: left !important;
    font-size: 1rem;
  }
  .container-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    width: 90%;
    position: fixed !important;
  }
  #header-wrap {
    display: flex;
    justify-content: center;
  }

  .header-row,
  #logo {
    height: 100%;
  }
  .block-expand-categories .expand-category {
    --height: 86vh;
    --responsive-height: 125px;
    --hover-flex: 10;
    position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 0.625rem;
    margin: 10px 20px;
    min-height: var(--responsive-height);
    cursor: inherit !important;
  }
  .container-parallax {
    padding-left: 35px;
    padding-right: 35px;
  }
  h5.title-font-category {
    font-size: 1.5rem !important;
  }
  .block-expand-categories .expand-category h5 {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    transform: translateY(-50%);
    margin: 0px;
  }
  h2.history-title {
    padding-top: 80px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .contact-btn {
    display: none;
  }
  .contacto-mobile {
    display: block;
  }
  .cnvs-hamburger .cnvs-hamburger-inner,
  .cnvs-hamburger .cnvs-hamburger-inner::before,
  .cnvs-hamburger .cnvs-hamburger-inner::after {
    background: hsla(0, 0%, 0%) !important;
  }

  #header-wrap .primary-menu-trigger::after {
    content: '';
  }
  .img-ribbons {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .txt-ribbons {
    padding-bottom: 0rem !important;
  }
}

@media (max-width: 768px) {
  /*Menú*/
  .cnvs-hamburger .cnvs-hamburger-inner,
  .cnvs-hamburger .cnvs-hamburger-inner::before,
  .cnvs-hamburger .cnvs-hamburger-inner::after {
    background: hsla(0, 0%, 0%) !important;
  }
  img.logo-dark {
    max-width: 180px;
    height: 65px !important;
  }
  .contacto-mobile {
    display: block;
  }
  .contact-btn {
    display: none;
  }

  #header-wrap .primary-menu-trigger::after {
    content: '';
  }
  #header-wrap #logo img {
    width: 180px !important;
    height: auto;
  }

  .header-row {
    align-items: center;
  }

  a#slide-87-layer-7.button
    .button-rounded
    .button-reveal
    .button-large
    .text-end
    .tp-caption
    .rev-btn
    .tp-resizeme
    .light-button-last-slide
    .rs-hover-ready {
    margin: 117px -35px 0px;
  }
  .light-button-last-slide {
    font-size: 1rem !important;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #slide-87-layer-2,
  #slide-87-layer-3,
  #slide-87-layer-7 {
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    transform: none !important;
  }
  .footer-big-contacts a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  /* Page Title Parallax */

  .page-title.page-title-parallax {
    padding: 170px 0 90px;
  }

  .page-title .container {
    padding: 0 1.875rem;
  }

  .page-title-row {
    align-items: flex-start;
  }

  .page-title .page-title-content h1 {
    font-size: 3rem;
  }

  .light-button span {
    font-size: 1rem !important;
    width: 200px !important;
  }
  .light-button-last-slide span {
    font-size: 1rem !important;
  }
  /* Slider contenido centrado para Mobile */
  #slider .button.button-reveal span {
    font-size: 1rem !important;
  }

  #slide-86-layer-title,
  #slide-85-layer-title,
  #slide-87-layer-title {
    font-size: 3rem !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: hsl(0, 0%, 100%) !important;
    font-family: 'Onest', sans-serif !important;
    margin-bottom: 0px !important;
    text-align: start;
  }
  #slide-86-layer-text,
  #slide-85-layer-text,
  #slide-87-layer-text {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: hsl(0, 0%, 100%) !important;
    font-family: 'Raleway', sans-serif !important;
    margin-top: 30px !important;
    text-align: start;
  }
  .container-box {
    padding-left: 24px;
    padding-right: 24px;
  }
  .info-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 24px !important;
  }
  .tp-caption.tp-resizeme.content-wrapper {
    align-items: flex-start;
    text-align: left !important;
  }

  h2.title-font-block {
    font-size: 3rem;
    padding-bottom: 0px !important;
    text-align: left !important;
    padding-left: 30px !important;
  }
  .container-solutions {
    padding-bottom: 0px;
  }

  .block-expand-categories .expand-category h5 {
    position: absolute;
    top: 38%;
  }
  h3.title-font-plecas {
    font-size: 2rem;
  }

  h4.subtitle-font-block {
    font-size: 1.5rem;
  }
  .parallax-title,
  .paragraph-parallax {
    text-align: left;
  }
  .container-parallax {
    padding-left: 40px;
    padding-right: 40px;
  }
  .txt-description h2,
  .txt-description p {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  p.paragraph-pleca {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
  }
  .block-expand-categories .expand-category {
    --height: 86vh;
    --responsive-height: 125px;
    --hover-flex: 10;
    position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 0.625rem;
    margin: 10px 20px;
    min-height: var(--responsive-height);
    cursor: inherit !important;
  }
  .box-solutions {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
  }
  .img-solutions {
    border-radius: 0.625rem;
  }
  .box-img-txt {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .img-ribbons {
    margin-top: 0px;
    padding-top: 0px !important;
  }
  .ribbons-box {
    padding-top: 0px;
  }
  /*Footer*/

  .footer-widgets-wrap {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 0px !important;
    padding-top: 60px !important;
  }

  .footer-big-contacts span {
    font-size: 1.5rem;
  }
  .footer-big-contacts {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 50px;
  }
  .footer-big-contacts span {
    margin-bottom: 15px !important;
  }

  .logo-footer {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .logo-footer img {
    max-width: 80%;
    height: auto;
    margin-bottom: 45px;
  }

  .copyrights-text {
    text-align: left !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .line {
    clear: both;
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);

    margin-bottom: 50px;
    margin-top: 45px;
  }
  #copyrights {
    padding-top: 0px;
  }
  /* #gotoTop {
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    opacity: 1;
  } */
  #gotoTop {
    z-index: 9999;
    bottom: 20px;
    right: 20px;
  }

  #gotoTop.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /*Contacto*/

  .form-paragraph,
  .form-group {
    text-align: left;
  }
  .feature-box {
    min-height: inherit;
  }
  .parallax-contact h3,
  .parallax-contact p {
    text-align: center;
  }
  h2.title-form-txt {
    padding-left: 0px !important;
  }
  /*About*/

  .slide-testimonials .row {
    display: flex;
    text-align: left;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }
  .testimonial.testimonial-full .flex-control-nav {
    text-align: left;
    justify-content: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  .img-testimonials {
    display: flex;
    text-align: left;
    justify-content: left !important;
  }
}
@media (max-width: 575px) {
  .footer-stick {
    width: 325px;
  }
}

/* Soluciones */

.rounded-15 {
  border-radius: 15px !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.bg-overlay-bg--opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.cards-solutions {
  padding-bottom: 3rem;
}

.cards-solutions .cards-solutions__card {
  padding-bottom: 1.5rem;
  min-height: 330px;
}

.cards-solutions__card .bg-overlay-content {
  padding: 3rem;
}

.cards-solutions__card .grid-icon img {
  width: auto;
  height: 60px;
}

.cards-solutions__card .btn-card {
  background-color: hsl(349, 86%, 51%);
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  transition:
    opacity 0.3s ease,
    transform 0.3s 0.1s ease,
    background-color 0.2s !important;
}

.cards-solutions__card .btn-card:hover {
  background-color: hsl(349, 83%, 44%);
}

.cards-solutions__card .btn-card i {
  font-size: 1.4rem;
}

.cards-solutions__card a.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 6;
}

a.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 6;
}

/* Solución vista individual */

.mfp-image-holder button.mfp-close {
  font-size: 2.5rem;
  cursor: pointer !important;
  right: 1rem;
  transition: all 0.3s ease;
}

.solutions__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Soluciones media query */

@media (min-width: 768px) {
  .cards-solutions .cards-solutions__card {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.875rem;
    min-height: 75vh;
  }
}

@media (max-width: 767px) {
  .our-solutions h2,
  .our-solutions p {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .cards-solutions {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.875rem;
  }

  .cards-solutions .cards-solutions__card {
    padding-bottom: 2rem;
  }

  .solutions {
    overflow: hidden;
  }

  .solutions__container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .cards-solutions__card .bg-overlay-content {
    padding: 2.1875rem;
  }

  .portfolio-single-image.solutions-gallery,
  .portfolio-single-content.solutions-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
