@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container-sm {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

html {
  font-size: 100%;
}

body {
  font-size: 1rem;
  font-family: "Asap", sans-serif;
  color: #000;
  background: #FF5400 url(../img/bg-pattern.jpg);
  background-size: 1200px;
  background-attachment: fixed;
  scroll-behavior: smooth;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.main-footer {
  background-color: #000;
  padding: 5.625rem 0 3.75rem;
  color: #fff;
  text-align: center;
}

.back-to-top {
  border: 0;
  background: transparent url(../img/bg-top-icon.svg);
  background-size: contain;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  transition: 0.2s ease-out all;
}
.back-to-top:hover {
  transform: scale(1.2);
  transition: 0.2s ease-in all;
}

.main-header {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  min-height: 6.3125rem;
}
@media (max-width: 61.24em) {
  .main-header {
    display: none;
  }
}
.main-header::before {
  display: block;
  content: "";
  background: #FF5400 url(../img/isotipo.svg) no-repeat center center;
  background-size: 69px;
  width: 102px;
  height: 102px;
  position: absolute;
  left: 0;
  top: 0;
}

.main-nav {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.main-nav--item {
  color: #FF5400;
  text-decoration: none;
  margin-right: 2.75rem;
  transition: 0.2s all ease-out;
}
.main-nav--item:hover {
  color: #fff;
  transition: 0.2s all ease-in;
}
.main-nav--item:last-of-type {
  margin-right: 0;
}

.social-item {
  display: block;
  height: 1.0625rem;
  width: 1.0625rem;
  background: transparent no-repeat;
  background-size: cover;
  margin-right: 0.9375rem;
}

.social-item--1 {
  background-image: url(../img/icon-instagram.svg);
}

.social-item--2 {
  background-image: url(../img/icon-yt.svg);
  width: 1.5625rem;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45vh;
}
@media (max-width: 61.24em) {
  .hero {
    flex-wrap: wrap;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    justify-content: space-between;
  }
}

.logo-img {
  max-width: 18.125rem;
  margin-right: 5rem;
}
@media (max-width: 61.24em) {
  .logo-img {
    width: 100%;
    max-width: 10.625rem;
  }
}

.main-title {
  font-size: 5.25rem;
  font-weight: bold;
  color: #fff;
  max-width: 30rem;
  line-height: 0.93;
  letter-spacing: -0.11rem;
  margin-right: 0;
}
@media (max-width: 61.24em) {
  .main-title {
    font-size: 2.1875rem;
    max-width: none;
    width: 57%;
    letter-spacing: -0.05rem;
  }
}

.button-reel {
  background: transparent url(../img/bg-reel.svg) no-repeat;
  background-size: cover;
  margin-left: 0.625rem;
  width: 210px;
  height: 160px;
  border: 0;
  transition: 0.2s ease-out all;
}
.button-reel:hover {
  transform: scale(1.2) rotate(-2deg);
  transition: 0.2s ease-in all;
}
@media (max-width: 61.24em) {
  .button-reel {
    width: 40%;
    height: 116px;
    margin-left: 0;
  }
}

.intro {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 61.24em) {
  .intro {
    flex-direction: column;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.intro-img {
  max-width: 39.875rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 61.24em) {
  .intro-img {
    order: 2;
  }
}

.intro-content {
  font-size: 1.9375rem;
  color: #fff;
  max-width: 43.125rem;
  margin-right: auto;
  margin-top: 91px;
  margin-left: -66px;
  line-height: 1.18;
}
@media (max-width: 61.24em) {
  .intro-content {
    font-size: 1.125rem;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 61.24em) {
  .intro-content p {
    margin-bottom: 1.25rem;
  }
}
.intro-content b {
  color: #000;
}

.intro-content--1 {
  margin-bottom: 6.25rem;
}
@media (max-width: 61.24em) {
  .intro-content--1 {
    margin-bottom: 1.25rem;
  }
}

.sub-note {
  font-size: 1.1875rem;
  color: #000;
  letter-spacing: -0.01rem;
  margin-bottom: 0.1875rem !important;
}
@media (max-width: 61.24em) {
  .sub-note {
    font-size: 1.0625rem;
  }
}

.hl-1 {
  color: #000;
}

.nosotros-section {
  background: #fff;
  margin-top: -9.1875rem;
  padding-top: 13.75rem;
  padding-bottom: 9.6875rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 61.24em) {
  .nosotros-section {
    margin-top: -4.375rem;
    padding: 5.625rem 1.5625rem 0;
    margin-bottom: 0;
  }
}
.nosotros-section .container-sm {
  display: flex;
  align-items: center;
  position: relative;
  height: 36vh;
}
@media (max-width: 61.24em) {
  .nosotros-section .container-sm {
    flex-direction: column;
    height: auto;
  }
}

.nosotros-content {
  max-width: 60%;
  position: relative;
  z-index: 2;
}
@media (max-width: 61.24em) {
  .nosotros-content {
    max-width: none;
  }
}
.nosotros-content p {
  color: #FF5400;
  font-size: 1.5rem;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 61.24em) {
  .nosotros-content p {
    font-size: 1.125rem;
  }
}
.nosotros-content p:last-of-type {
  margin-bottom: 0;
}

.n-title {
  color: #000;
  font-size: 2.9375rem;
  font-weight: bold;
  letter-spacing: -0.05rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 61.24em) {
  .n-title {
    font-size: 1.6875rem;
    margin-bottom: 0.625rem;
  }
}

.n-title-1 {
  font-size: 2.9375rem;
  font-weight: bold;
}
@media (max-width: 61.24em) {
  .n-title-1 {
    font-size: 1.8125rem;
  }
}

.n-title-2 {
  font-size: 2.3125rem;
  font-weight: bold;
}
@media (max-width: 61.24em) {
  .n-title-2 {
    font-size: 1.375rem;
  }
}

.n-list {
  font-size: 1.6875rem;
  padding-left: 0;
  list-style-position: inside;
  line-height: 1.3;
  list-style-type: none;
}
@media (max-width: 61.24em) {
  .n-list {
    font-size: 1.125rem;
  }
}
.n-list li {
  padding-left: 20px;
  position: relative;
}
.n-list li::before {
  content: "•";
  font-size: 2.4375rem;
  position: absolute;
  left: 0;
  top: -5px;
}
@media (max-width: 61.24em) {
  .n-list li::before {
    top: -13px;
  }
}

.nosotros-img {
  width: 550px;
  height: 990px;
  position: absolute;
  right: -103px;
  top: -268px;
}
@media (max-width: 61.24em) {
  .nosotros-img {
    width: 100%;
    height: auto;
    position: static;
  }
}
.nosotros-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clientes-section {
  position: relative;
}
@media (max-width: 61.24em) {
  .clientes-section {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
.clientes-section .container-sm {
  display: flex;
  align-items: center;
  padding: 12.5rem 0;
}
@media (max-width: 61.24em) {
  .clientes-section .container-sm {
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

.clientes-content {
  color: #fff;
  margin-left: auto;
  width: 65%;
}
@media (max-width: 61.24em) {
  .clientes-content {
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.clientes-content p {
  font-size: 1.875rem;
  margin-bottom: 3.625rem;
}
@media (max-width: 61.24em) {
  .clientes-content p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.clientes-content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.clientes-content li {
  font-weight: bold;
  font-size: 3rem;
  display: inline;
  list-style: none;
}
@media (max-width: 61.24em) {
  .clientes-content li {
    font-size: 1.75rem;
  }
}
.clientes-content li:nth-child(even) {
  color: #000;
}

.clientes-img {
  position: absolute;
  left: -290px;
  top: 124px;
  width: 630px;
  height: 1068px;
}
@media (max-width: 61.24em) {
  .clientes-img {
    width: 100%;
    height: auto;
    position: static;
    order: 2;
    margin-left: -3.125rem;
  }
}
.clientes-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.muestras-section {
  background-color: #fff;
  padding-top: 13.1875rem;
  padding-bottom: 13.1875rem;
  position: relative;
}
@media (max-width: 61.24em) {
  .muestras-section {
    margin-top: -6.25rem;
    padding-top: 4.375rem;
    padding-bottom: 0;
  }
}
.muestras-section .container-sm {
  display: flex;
}
@media (max-width: 61.24em) {
  .muestras-section .container-sm {
    flex-direction: column;
  }
}

.muestras-content {
  color: #FF5400;
  width: 50%;
  margin-right: auto;
}
@media (max-width: 61.24em) {
  .muestras-content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.muestras-content p {
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 61.24em) {
  .muestras-content p {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.muestras-content small {
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 1.125rem;
  margin-top: 2.5rem;
}

.muestras-img {
  width: 820px;
  height: 830px;
  position: absolute;
  right: -190px;
  top: -285px;
}
@media (max-width: 61.24em) {
  .muestras-img {
    width: 100%;
    height: auto;
    position: static;
    order: 2;
    margin-bottom: -10px;
  }
}
.muestras-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-section {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 8.875rem;
}
@media (max-width: 61.24em) {
  .contact-section {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 0;
    padding-top: 2.5rem;
  }
}
.contact-section::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media (max-width: 61.24em) {
  .contact-section .container-sm {
    display: flex;
    flex-direction: column;
  }
}

.contact-img {
  position: absolute;
  left: -120px;
  top: -290px;
  width: 650px;
  height: 728px;
}
@media (max-width: 61.24em) {
  .contact-img {
    position: static;
    width: 100%;
    height: auto;
    order: 2;
    margin-bottom: -10px;
  }
}
.contact-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-content {
  color: #fff;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 61.24em) {
  .contact-content {
    width: 100%;
  }
}
.contact-content p {
  font-size: 1.5rem;
}
@media (max-width: 61.24em) {
  .contact-content p {
    font-size: 1.125rem;
  }
}
.contact-content p:first-of-type {
  margin-bottom: 3.75rem;
}

.contact-content--hl {
  color: #000;
}

.contact-social {
  display: flex;
  margin-left: 1.5625rem;
}
.contact-social .social-item {
  width: 30px;
  height: 30px;
  background-size: contain;
}
.contact-social .social-item--1 {
  background-image: url(../img/icon-instagram-black.svg);
}
.contact-social .social-item--2 {
  background-image: url(../img/icon-yt-black.svg);
  width: 40px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.slick-dots li {
  list-style: none;
  margin-right: 0.9375rem;
}
.slick-dots button {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0;
}

.slick-active button {
  width: 20px;
  height: 20px;
}

@media (max-width: 61.24em) {
  .slider-section {
    margin-top: -12.5rem;
    margin-bottom: 2.5rem;
  }
}

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