/*
BOOTSTRAP
CLASES AUXILIARES, ESPACIOS, MARGENES, FUENTES Y NUEVOS
HEADER
SLIDER HOME
SOBRE INNOAVAE
NUESTROS PRODUCTOS
FICHA DE PRODUCTO
FORMULARIO DE CONTACTO
FOOTER
MEDIA QUERIES
*/
/**********   *************/
html, body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

body {
  color: #403b38;
  opacity: 0;
}

p {
  line-height: 1.9;
}

ul {
  display: block;
  padding-inline-start: 0;
}

/********** BOOTSTRAP v4.5.2 SOBREESCRITO  *************/
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1160px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.3;
}

h2, .h2 {
  font-style: 28px;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1.3;
}

.text-primary {
  color: #f68a1b !important;
}

.text-secondary {
  color: #56b948 !important;
}

.bg-primary {
  background-color: #f68a1b !important;
}

.bg-secondary {
  background-color: #56b948 !important;
}

.btn {
  font-weight: 500;
  border: none;
  padding: 0;
  font-size: 1.12rem;
  line-height: 3.125rem;
  border-radius: 0.8rem;
  height: 3.125rem;
  cursor: pointer;
}

[class*=btn-outline] {
  border: 2px solid transparent;
}

.btn-primary {
  color: #ffffff;
  background-color: #f68a1b;
  border-color: #f68a1b;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #d67008;
  border-color: #d67008;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 27, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #d67008;
  border-color: #d67008;
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 27, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary {
  background-color: #ffffff;
  color: #f68a1b;
  border-color: #f68a1b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #f68a1b;
  border-color: #f68a1b;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 27, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f68a1b;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #f68a1b;
  border-color: #f68a1b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 27, 0.5);
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

a.text-primary:hover, a.text-primary:focus {
  color: #56b948 !important;
  text-decoration: none;
}

/********** CLASES AUXILIARES, ESPACIOS, MARGENES, FUENTES Y NUEVOS *************/
.font-merriweather {
  font-family: 'Merriweather', serif;
}

.us-none {
  user-select: none;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-14-no-responsive {
  font-size: 14px;
}

.fs-15 {
  font-size: 1.07rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-17 {
  font-size: 1.06rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-36 {
  font-size: 2.25rem;
}

.fs-48 {
  font-size: 3rem;
}

.lh-1 {
  line-height: 1;
}

.lh-1-2 {
  line-height: 1.2;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.my-6 {
  margin-top: 2.12rem;
  margin-bottom: 2.12rem;
}

.mb-6 {
  margin-bottom: 2.12rem;
}

.py-6 {
  padding-top: 2.12rem;
  padding-bottom: 2.12rem;
}

.pb-6 {
  padding-bottom: 2.12rem;
}

.z-index-1 {
  z-index: 1;
}

.text-decoration-underline {
  text-decoration: underline;
}

.ws-nowrap {
  white-space: nowrap;
}

.separator-title {
  width: 50px;
  border-radius: 4px;
  height: 2px;
}

.separator-title-w100 {
  width: 100%;
}

.col-count-2 {
  column-count: 2;
}

ul.bullets-primary {
  list-style: none;
  padding-inline-start: 10px;
}

.fa-styling-1 {
  width: 67px;
  height: 67px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #67c05b;
}

ul.bullets-primary li::before {
  content: "\2022";
  font-size: 25px;
  color: #f68a1b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.5em;
}

.bg-grey {
  background-color: #d9d8d7;
}

.border-grey {
  border: 1px solid #d9d8d7;
}

.color-grey2 {
  color: #f7f7f7;
}

.bg-grey2 {
  background-color: #f7f7f7;
}

.bg-load {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.bg-loaded {
  opacity: 1;
}

.img-load {
  opacity: 0;
}
.img-load.loaded {
  transition: opacity 0.5s 0.1s;
  opacity: 1;
}

.underline-text {
  position: relative;
  font-size: inherit;
}
.underline-text::after {
  content: "";
  position: absolute;
  bottom: 0.13em;
  left: 0;
  width: 102%;
  height: 0.17em;
  z-index: -1;
  border-radius: 5px;
}
.underline-text.underline-text-primary::after {
  background-color: #f68a1b;
}
.underline-text.underline-text-secondary::after {
  background-color: #56b948;
}

.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/********** HEADER  *************/
#main-nav {
  transition: all ease .25s;
  background: #2f2c2c;
}
#main-nav .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main-nav #nav > li.active a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
#main-nav #nav > li > a {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: inherit;
  display: inline-block;
}
#main-nav #nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: -1;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
#main-nav #nav > li > a.active::after, #main-nav #nav > li > a:hover::after {
  background-color: #f68a1b;
}
#main-nav .navbar-brand img {
  width: 150px;
  transition: width 0.1s;
}
#main-nav.scroll-on {
  background: #2f2c2c;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
  transition: all ease .25s;
}
#main-nav.scroll-on .navbar-brand img {
  width: 150px;
}
#main-nav .menu-bar {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: relative;
  top: 9px;
}
#main-nav .menu-bar.change {
  display: block;
}
#main-nav .menu-bar.change .bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}
#main-nav .menu-bar.change .bar2 {
  opacity: 0;
}
#main-nav .menu-bar.change .bar3 {
  transform: translateY(-6px) rotateZ(45deg);
}
#main-nav .menu-bar .bar {
  height: 3px;
  width: 100%;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
  background-color: #ffffff;
}
#main-nav .menu-bar .bar1 {
  transform: translateY(-4px);
}
#main-nav .menu-bar .bar2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
#main-nav .menu-bar .bar3 {
  transform: translateY(4px);
}
#main-nav .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: none;
  outline: none;
}

/********** SLIDER HOME  *************/
.intro {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.intro .fs-24 {
  font-size: 16px;
}
.intro .intro-video-cover {
  position: absolute;
  z-index: 10;
  border: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.intro .skip-intro {
  position: absolute;
  bottom: 1.5rem;
  left: calc(50% - 35px);
  z-index: 11;
}
.intro .skip-intro a i {
  font-size: 1.75rem;
}
.intro .skip-intro a {
  background-color: transparent;
  width: 70px;
  height: 70px;
  line-height: 77px;
  border-radius: 70px;
  text-align: center;
  border: 3px solid #f68a1b;
  color: #f68a1b;
  display: block;
  opacity: .75;
  transition: all ease .25s;
}
.intro .skip-intro a:hover {
  text-decoration: none;
  color: #56b948;
  border: 3px solid #56b948;
  opacity: 1;
  transition: all ease .25s;
}
.intro .centrar-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.slickHome {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.slickHome .slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}
.slickHome .slick-arrow {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  z-index: 2;
  cursor: pointer;
  margin: 20px;
  transition: color 0.3s ease-in-out;
}
.slickHome .slick-arrow:hover {
  color: rgba(255, 255, 255, 0.5);
}
.slickHome .slick-arrow-left {
  left: 0;
}
.slickHome .slick-arrow-right {
  right: 0;
}

/********** SOBRE INNOVAE *************/
.sobre-innovae {
  padding-top: 60px;
}
.sobre-innovae .container-half {
  float: right;
}

/********** NUESTROS PRODUCTOS *************/
.bg-big-text {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 46px;
  font-weight: 900;
  text-shadow: -3px 0px 15px rgba(150, 150, 150, 0.2);
  position: absolute;
  z-index: -1;
}

.banner-1 {
  background-image: url(../images/bg-shape1.png), url(../images/bg-shape3.png), url(../images/bg-shape2.png);
  background-position: -10% top, center, 110% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 203px 170px, 300px 300px, 205px 203px;
}

/********** FICHA DE PRODUCTO *************/
.producto-titulo {
  padding-top: 88px;
  background-image: url(../images/product-detail-title.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.producto-titulo .ver-todos {
  transition: 0.3s ease-in-out;
}

.producto-sidebar {
  border: 10px solid #56b948;
  max-width: 420px;
}

/********** FORMULARIO DE CONTACTO  *************/
.contact-form label {
  font-size: .9rem;
  font-weight: 700;
  color: #e2e2e2;
  margin-bottom: .25rem;
}
.contact-form .form-control {
  color: #403b38;
  background-color: #efefef;
  border: 1px solid #efefef;
}
.contact-form .form-control:focus {
  color: #403b38;
  background-color: #efefef;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 138, 27, 0.5);
}

.iframe-contacto > iframe {
  width: 100%;
  height: 300px;
}

/********** FOOTER  *************/
.footer {
  background-color: #2f2c2c;
  padding: 70px 0;
}
.footer .logo-footer {
  width: 190px;
}
.footer .nav-productos-footer {
  list-style: none;
}
.footer .nav-productos-footer a {
  color: white;
  text-decoration: none;
}
.footer .nav-productos-footer a:hover {
  color: #f68a1b;
}
.footer .nav-redes-footer a {
  width: 50px;
  height: 50px;
  color: #56b948;
  font-size: 1.5rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.footer .nav-redes-footer a:hover {
  color: #f68a1b;
}

.bottom_bar {
  background-color: #272525;
}
.navbar-brand{
  padding: 1.5rem 0;
}
/********** MEDIA QUERIES  *************/
/****** MEDIA QUERYS *******/
/****** SM *******/
@media (min-width: 576px) {
  .intro h1 {
    font-size: 40px;
  }

  .sobre-innovae .container-fluid {
    max-width: 540px;
  }

  h1, .h1 {
    font-size: 42px;
  }

  h2, .h2 {
    font-size: 34px;
  }

  h3, .h3 {
    font-size: 26px;
  }

  .container-xxl {
    max-width: 540px;
  }

  .bg-big-text {
    font-size: 74px;
  }
}
/****** MD *******/
@media (min-width: 768px) {
  .intro h1 {
    font-size: 50px;
  }

  h1, .h1 {
    font-size: 52px;
  }

  h2, .h2 {
    font-size: 42px;
  }

  h3, .h3 {
    font-size: 28px;
  }

  .sobre-innovae .container-fluid {
    max-width: 720px;
  }

  .container-xxl {
    max-width: 720px;
  }

  .bg-big-text {
    font-size: 100px;
  }

  .scroll-on .navbar-brand img {
    width: 170px;
  }
}
/****** LG *******/
@media (min-width: 992px) {
  .intro h1 {
    font-size: 70px;
  }
  .navbar-brand{
    padding: 0.5rem 0;
  }
  .intro .fs-24 {
    font-size: 24px;
  }

  #main-nav .nav-link {
    margin: .5rem;
    margin-right: .5rem;
  }

  #main-nav {
    background: transparent;
  }
  #main-nav .navbar-brand img {
    width: 267px;
  }
  #main-nav .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main-nav #nav > li > a {
    display: block;
  }
  #main-nav #nav > li > a::after {
    width: 90%;
    left: 8px;
  }

  h1, .h1 {
    font-size: 62px;
  }

  h2, .h2 {
    font-size: 44px;
  }

  h3, .h3 {
    font-size: 30px;
  }

  .sobre-innovae .container-fluid {
    max-width: 960px;
  }

  .footer {
    padding: 140px 0;
  }
  .footer .logo-footer {
    width: 267px;
  }

  .container-xxl {
    max-width: 960px;
  }

  .bg-big-text {
    font-size: 120px;
  }

  .banner-1 {
    background-image: url(../images/bg-shape1.png), url(../images/bg-shape3.png), url(../images/bg-shape2.png);
    background-position: -10% top, center top, 110% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 400px 479px, auto, 600px 718px;
  }
}
/****** XL *******/
@media (min-width: 1200px) {
  #main-nav .nav-link {
    margin: 1rem;
  }

  .intro h1 {
    font-size: 84px;
  }

  .sobre-innovae {
    padding-top: 124px;
  }
  .sobre-innovae .container-fluid {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .container-half {
    max-width: 555px;
  }

  h1, .h1 {
    font-size: 72px;
  }

  h2, .h2 {
    font-size: 58px;
  }

  h3, .h3 {
    font-size: 32px;
  }

  .container-xxl {
    max-width: 1440px;
  }

  .bg-big-text {
    font-size: 160px;
  }
}
@media (min-width: 1600px) {
  .bg-big-text {
    font-size: 200px;
  }
}
