@import "https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;700&family=Montserrat:wght@100;400;700&display=swap";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import "//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css";
@import "//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css";
@import "https://unpkg.com/aos@2.3.1/dist/aos.css";
@import "bootstrap.min.css";
@import "stylescomp.css";
html {
  scroll-behavior: smooth;
}
@media (max-width: 800px) {
  html {
    height: 100%;
    width: 100%;
  }
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.green {
  color: #5F9E43;
}

.verde {
  color: #CDDE00;
}

.mt-2 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 40px;
}

.link {
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.link:hover {
  color: transparent;
}
.link:hover:before {
  top: 0;
}
.link:hover:after {
  transform: scaleX(1);
}
.link:before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #333;
  transition: top 0.3s ease;
}
.link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btn {
  background: #5F9E43;
  border-radius: 0;
  color: #F0F0F0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 0.3em;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #F0F0F0;
  background: #FD4A5C;
}
@media (max-width: 800px) {
  .btn {
    width: 80%;
    font-size: 0.5em;
    font-weight: normal;
    padding: 10px 0 10px 0;
  }
}

.btn-red {
  background: #FD4A5C;
  border-radius: 0;
  color: #F0F0F0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 0.3em;
  transition: all 0.2s ease-in-out;
}
.btn-red:hover {
  color: #F0F0F0;
  background: #F1B93F;
}
@media (max-width: 800px) {
  .btn-red {
    width: 80%;
    font-size: 0.5em;
    font-weight: normal;
    padding: 10px 0 10px 0;
  }
}

.btn-yell {
  background: #F1B93F;
  border-radius: 50px;
  color: #F0F0F0;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-size: 1em;
  transition: all 0.2s ease-in-out;
}
.btn-yell:hover {
  color: #F0F0F0;
  background: #FD4A5C;
}
@media (max-width: 800px) {
  .btn-yell {
    width: 80%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 15px 25px;
  }
}

.btn-g {
  background: #5F9E43 !important;
  border-radius: 50px !important;
  color: #2d2d2d !important;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 1.4rem 4.375rem !important;
  font-size: 1rem;
  line-height: 2;
  transition: all 0.2s ease-in-out;
  border-top: none;
  border-left: none;
}
.btn-g:hover {
  color: #101010;
  background: #5F9E43;
}
@media (max-width: 800px) {
  .btn-g {
    width: 80%;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px 0 20px 0;
  }
}

.slick-dots {
  margin-top: 20px;
}
.slick-dots .slick-active button {
  width: 25px;
  height: 10px;
  background-color: #F0F0F0;
  border-radius: 15px;
  border: none;
  outline: none;
  transform: translateX(-10px);
  position: relative;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  padding: 0;
  transition: all 0.3s ease;
  border: none;
  outline: none;
  position: relative;
}
.slick-dots li button:before {
  content: none;
  display: none;
}

.xoo-wsc-ft-btn {
  color: white;
  border: none;
  padding: 1.4rem 3.375rem;
}
.xoo-wsc-ft-btn:hover {
  color: #2d2d2d;
  background: #F0F0F0;
}

.slick-prev, .slick-next {
  font-size: 2em;
  position: absolute;
  top: 45%;
  z-index: 9999999999;
  display: inline-flex;
  margin-left: 40px;
}

.slick-next {
  margin-right: 40px;
}

.current {
  background: #5F9E43;
  color: #F0F0F0;
  padding: 5px 10px;
}

.site-header {
  border-bottom: 0;
  display: contents;
  height: 90px;
}
.site-header nav {
  backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  top: 0px;
  animation: adjust-header linear both;
  animation-timeline: scroll();
  animation-range: 0 200px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 100;
}
@media (max-width: 800px) {
  .site-header nav {
    height: 90px;
    padding: 5px 0 0;
  }
}
.site-header .white {
  transition: all 0.2s ease-in-out;
  background: #F0F0F0;
  position: fixed;
}
.site-header .white a {
  color: #2d2d2d !important;
}
.site-header .navbar-brand {
  float: none;
  margin: 0;
  margin-left: 0 !important;
  padding: 0;
  text-align: center;
}
.site-header .navbar-brand img {
  display: block;
  width: 70%;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .site-header .navbar-brand img {
    margin-top: 0px;
    width: 30%;
  }
}
.site-header .navigation {
  background-color: transparent;
  color: #F0F0F0;
  padding: 10px 20px;
}
.site-header .navigation .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .navigation .navbar-brand {
  color: #F0F0F0;
  text-decoration: none;
  font-size: 1.5em;
}
.site-header .navigation .nav-links {
  list-style: none;
  display: block;
  padding: 0;
  margin-left: 0;
}
.site-header .navigation .nav-links li {
  font-size: 13px;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: solid 1px #E5E7E9;
}
.site-header .navigation .nav-links li:last-child {
  border-right: none;
}
.site-header .navigation .nav-links li a {
  color: #F0F0F0;
  font-weight: normal;
  margin-left: 10px;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .navigation .nav-links li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00A0AF;
}
.site-header .navigation .nav-links li a:hover {
  color: #5F9E43;
}
.site-header .navigation .nav-links li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu {
  background: #F0F0F0;
  display: grid;
  margin: 10px 0 0 0;
  position: absolute;
  width: 14%;
  z-index: 9;
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu li {
  padding: 10px 0;
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu a {
  color: #2d2d2d;
}
.site-header .navigation .nav-links .menu-item-has-children:hover .sub-menu .sub-menu {
  width: 89%;
}
.site-header .navigation .nav-links .sub-menu {
  display: none;
}
.site-header .navigation .menu-icon {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 800px) {
  .site-header .navigation .menu-icon {
    display: block;
  }
}
.site-header .navigation .menu-icon i {
  font-size: 1.5em;
}
.site-header .navigation .menu-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@keyframes adjust-header {
  to {
    background: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    height: 100px;
  }
}
@media (max-width: 800px) {
  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 100vw;
    background-color: rgba(51, 51, 51, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left 0.3s ease;
    z-index: 1000;
  }
  .nav-links.active {
    left: 0;
  }
  .nav-links li {
    margin: 15px 0;
  }
  .nav-links a {
    font-size: 1.2em;
  }

  .menu-icon.active {
    transform: rotate(90deg);
  }

  span {
    border-right: 0.05em solid;
    animation: caret 1s steps(1) infinite;
  }

  @keyframes caret {
    50% {
      border-color: transparent;
    }
  }
}
@media (max-width: 800px) {
  body {
    overflow-x: hidden;
    width: 100%;
  }
}

.mast-inner {
  position: relative;
  height: 850px;
  width: 100vw;
  overflow: hidden;
}
@media (max-width: 800px) {
  .mast-inner {
    height: 50vh;
  }
}
.mast-inner .video-content {
  bottom: 0;
  position: relative;
  top: 0;
  height: 800px;
  width: 100%;
}
.mast-inner .video-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .mast-inner .video-content img {
    height: 465px;
  }
}
.mast-inner .video-content video {
  object-position: center;
  width: 100%;
}
.mast-inner .caption {
  color: #F0F0F0;
  position: absolute;
  width: 50%;
  transform: translate(-50%, -50%);
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 800px) {
  .mast-inner .caption {
    top: 45%;
    width: 85%;
  }
}
.mast-inner .caption h1 {
  font-size: 2.5em;
}
@media (max-width: 800px) {
  .mast-inner .caption h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.mast-inner .caption p {
  color: #F0F0F0;
  font-size: 1.2em;
}
@media (max-width: 800px) {
  .mast-inner .caption p {
    font-size: 0.8em;
    line-height: normal;
  }
}
.mast-inner .caption .loader {
  color: #F0F0F0;
  float: right;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.mast-inner .caption .loader h1 {
  font-size: 2.5em !important;
  font-weight: bold;
  margin-top: -1rem;
  display: inline-flex;
}

.words {
  overflow: hidden;
  position: relative;
  height: 1.6em;
  margin-left: 5px;
}
.words::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
}

.word {
  display: block;
  height: 100%;
  color: #CDDE00;
  font-size: 1em;
  animation: spin_4991 9s infinite ease-in-out;
}

@keyframes spin_4991 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  30% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }
  40% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
  50% {
    -webkit-transform: translateY(-500%);
    transform: translateY(-500%);
  }
  60% {
    -webkit-transform: translateY(-600%);
    transform: translateY(-600%);
  }
  70% {
    -webkit-transform: translateY(-700%);
    transform: translateY(-700%);
  }
  80% {
    -webkit-transform: translateY(-800%);
    transform: translateY(-800%);
  }
  90% {
    -webkit-transform: translateY(-900%);
    transform: translateY(-900%);
  }
  100% {
    -webkit-transform: translateY(-1000%);
    transform: translateY(-1000%);
  }
}
.faqs {
  padding: 100px 0;
}
@media (max-width: 800px) {
  .faqs {
    padding: 100px 30px;
  }
}
.faqs .accordion-item {
  border: 0;
}
.faqs .accordion-item sup {
  margin-right: 10px;
}
.faqs .accordion-item .accordion-body {
  font-weight: normal;
}
.faqs .accordion-item .accordion-button {
  background-color: transparent;
  color: #101010;
}
.faqs .accordion-item .accordion-button:after {
  color: #101010;
  background-image: none;
}
.faqs .accordion-item .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
.faqs .accordion-item .accordion-button.collapsed::after {
  content: "\f067";
}
.faqs .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faqs .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  margin-left: auto;
  text-align: center;
}
.faqs .accordion-item .accordion-button::before {
  display: none;
}

.products {
  background: url("../images/portada.png") no-repeat;
  margin-top: 50px;
  padding: 50px 0;
}
.products a {
  color: #F0F0F0;
}
.products small {
  color: #F0F0F0;
}
.products h1 {
  color: #F0F0F0;
}
.products .slick-list {
  overflow: visible;
}
.products .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
  width: 450px !important;
}
@media (max-width: 800px) {
  .products .slick-slide {
    width: 406px !important;
  }
}
.products .slick-slide .target {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #F0F0F0;
  padding: 100px 50px;
  height: 450px;
}
.products .slick-slide .target img {
  height: 50px;
}
.products .slick-dots {
  top: 100%;
}

.our-w {
  color: #101010;
  padding: 100px 0;
}
.our-w small {
  color: #737373;
  font-size: 0.7em;
}
.our-w a {
  color: #5F9E43;
}
.our-w a:before {
  color: #F0F0F0;
}
.our-w .masonry {
  column-count: 2;
  column-gap: 16px;
}
.our-w .masonry .masonry-item {
  margin-bottom: 16px;
  break-inside: avoid;
  padding: 10px;
  border-radius: 8px;
}
.our-w .masonry .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.ab-us {
  background: #5F9E43;
  color: #F0F0F0;
  padding: 80px 0;
}
.ab-us small {
  font-size: 0.8em;
}
.ab-us a {
  color: #CDDE00;
}
.ab-us p {
  font-size: 0.9em;
}

.vertical-tab {
  display: table;
  margin: 0 auto;
  width: 90%;
}
.vertical-tab .nav-tabs {
  width: 27%;
  min-width: 27%;
  border: none;
  vertical-align: top;
  display: table-cell;
}
.vertical-tab .nav-tabs li {
  float: none;
}
.vertical-tab .nav-tabs li .info {
  display: none;
}
.vertical-tab .nav-tabs li a, .vertical-tab .nav-tabs li .info {
  color: #222;
  background: transparent;
  font-size: 17px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}
.vertical-tab .nav-tabs li a:hover, .vertical-tab .nav-tabs li .info:hover {
  color: #FD4A5C;
  background: rgba(30, 151, 191, 0.1);
  border: none;
}
@media (max-width: 800px) {
  .vertical-tab .nav-tabs li a, .vertical-tab .nav-tabs li .info {
    font-size: 15px;
  }
}
.vertical-tab .nav-tabs .active a {
  color: #FD4A5C;
  background: rgba(30, 151, 191, 0.1);
  border: none;
}
.vertical-tab .nav-tabs .active a:hover {
  color: #FD4A5C;
}
.vertical-tab .nav-tabs .active a:focus {
  color: #FD4A5C !important;
  background: rgba(30, 151, 191, 0.1);
  border: none;
}
.vertical-tab .nav-tabs .active .info {
  display: block;
  background: rgba(30, 151, 191, 0.1);
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0px;
  padding-top: 0;
}
.vertical-tab .nav-tabs .active .phone {
  color: #5F9E43;
  font-size: 1em;
  background: none;
  padding: 0;
}
.vertical-tab .location-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.products-cat {
  margin-top: 140px;
}

.products .category-links li .active {
  color: #F0F0F0;
  background: #5F9E43;
  font-weight: bold;
  padding: 5px;
}
.products .cont-element {
  border: 2px solid #5F9E43;
  border-radius: 10px;
  width: 23%;
  float: left;
  margin-left: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .products .cont-element {
    margin-left: 10px;
    width: 45%;
  }
}
.products .cont-element img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
  object-fit: cover;
}
.products .cont-element h2 {
  background: #FD4A5C;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #F0F0F0;
  font-size: 1em;
  font-weight: bold;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 5px;
}

.productos {
  margin-top: 100px;
}
.productos h1 {
  color: #737373;
}

table td, table th {
  border: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
}

table {
  border-radius: 3px;
  overflow: hidden;
}

.prod-gall .slide-for img {
  height: 400px;
  margin-bottom: 20px;
  object-fit: cover;
}
.prod-gall .slide-nav img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}

.center-prod img {
  border-radius: 50px;
  height: 250px;
  width: 90%;
  object-fit: cover;
  opacity: 0.7;
}
.center-prod .slick-active img {
  opacity: 1;
}

.us h1 {
  color: #737373;
  font-size: 2em;
  font-weight: bold;
}
.us .about-img {
  width: 100px;
}
.us .numbers {
  background: #FD4A5C;
  color: #F0F0F0;
  padding-bottom: 40px;
}
.us .numbers h3 {
  font-weight: normal;
}
.us .numbers h6 {
  font-weight: normal;
  margin-bottom: 0;
}
.us .numbers i {
  display: block;
  font-size: 2em;
}
.us .numbers .img-numb {
  width: 100px;
}
.us .numbers .img-numb-sm {
  width: 50px;
}
.us .numbers strong {
  font-size: 3em;
}

.center-prod figure {
  position: relative;
}
.center-prod figcaption {
  color: #F0F0F0;
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  top: 75%;
  right: 15%;
  text-transform: uppercase;
}

.nav-subtitle {
  background: #FD4A5C;
  color: #F0F0F0;
  font-weight: bold;
  font-size: 1.5em;
  width: 300px;
  margin: 0 auto;
  padding: 5px;
}

.nav-title {
  background: #5F9E43;
  color: #F0F0F0;
  font-weight: bold;
  font-size: 1.5em;
  width: 300px;
  margin: 0 auto;
  padding: 5px;
}

.contact h1 {
  color: #FD4A5C;
  font-size: 2em;
}
.contact .panel {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: 60%;
}
.contact .panel .panel-heading {
  background-color: #5F9E43;
  border: 0;
  border-radius: 0;
}
.contact .panel h3 {
  font-weight: bold;
}
.contact .panel .panel-body {
  background: white;
}
.contact .panel .panel-body a {
  color: #5F9E43;
  font-size: 1.5em;
}
.contact .panel-danger .panel-heading {
  background-color: #FD4A5C;
  color: #F0F0F0;
}

.wpcf7-form .wpcf7-spinner {
  display: block;
}
.wpcf7-form p {
  margin-bottom: 0;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form label input {
  width: 100%;
}
.wpcf7-form .btn-yell {
  background: #F1B93F !important;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 10px 30px;
}
.wpcf7-form .btn-yell:hover {
  background: #FD4A5C !important;
}

.tiendas h4 {
  margin: 0;
}
.tiendas h4:after {
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 45%;
}

.whatsapp a {
  position: fixed;
  right: 20px;
  z-index: 99999;
  top: 60%;
  font-size: 20px;
  color: #00d674 !important;
}

.form-constant {
  background: url("../images/banner2.webp") no-repeat;
  background-position-x: left;
  background-size: cover;
  padding: 100px 0;
  color: #F0F0F0;
  height: 500px;
  width: 100%;
}
@media (max-width: 800px) {
  .form-constant {
    background-position-x: center;
    padding: 50px 0;
  }
}
.form-constant h3 {
  color: #F1B93F;
  font-size: 3.2em;
  font-weight: bold;
  margin-top: 30px;
}
.form-constant h4 {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}
.form-constant h4:after {
  display: none;
}
.form-constant p {
  color: #F0F0F0;
  font-size: 1em;
  margin-top: 20px;
}

.site-footer {
  background: url("../images/portada.png") no-repeat;
  padding-top: 100px;
  text-align: center;
}
.site-footer .caption {
  text-align: left;
}
.site-footer .caption .loader {
  font-size: 2em;
}
.site-footer .caption .loader h1 {
  color: #F0F0F0;
  display: inline-flex;
}
.site-footer .caption .words {
  height: 1.6em;
  margin-left: 10px;
}
.site-footer .caption .word {
  font-size: 1.2em;
}
.site-footer h5, .site-footer .col-md-5, .site-footer h6, .site-footer hr {
  color: #F0F0F0;
}
.site-footer h6 {
  font-weight: bold;
}
.site-footer img {
  width: 25%;
}
.site-footer .mp {
  margin: 0 0 15px 0;
  width: 140px;
}
.site-footer p {
  color: #F0F0F0;
}
.site-footer a {
  color: #F0F0F0;
  font-weight: 100;
}
.site-footer a:hover {
  color: #3b5998 !important;
}
.site-footer i {
  color: #F0F0F0;
  font-size: 1em;
}
.site-footer .term {
  background: #101010;
  color: #F0F0F0;
  font-size: 0.8em;
}
.site-footer .menu {
  display: flex;
  justify-content: center;
}
.site-footer .menu li {
  margin-right: 10px;
}

/*# sourceMappingURL=styles.css.map */
