:root {}

* {
  box-sizing: border-box;
}

@font-face {
    font-family: DTL Documenta Sans ST Regular;
    src: url("/css/DTL\ Documenta\ Sans\ ST\ Regular.otf") format("opentype");
}

@font-face {
    font-family: DTL Documenta ST Regular;
    src: url("/css/DTL\ Documenta\ ST\ Regular.otf") format("opentype");
}

/* CSS Tmplate Living Proof */
body {
  margin: 0;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  font-family: DTL Documenta Sans ST Regular !important;
}

::-webkit-scrollbar {
  display: none;
}
svg{
    overflow: hidden;
    vertical-align: inherit !important;
}
h2{
    font-family: DTL Documenta ST Regular;
}

a {
  text-decoration: none;
  color: #000 !important;
  font-family: DTL Documenta Sans ST Regular;
}

p {
  font-size: 12px;
}

ul {
  list-style: none;
}

/* menu */

.header {
  z-index: 999999;
  position: sticky;
  position: -webkit-sticky;
  height: 80px;
  width: 100%;
  top: 0;
  padding:5px 25px;
  background: linear-gradient(360deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
.header .nav-index{
  z-index: 999999;
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3) 40%, #000);
  background: rgba(0, 0, 0, 0.5);
}
.nav {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.nav {
  max-height: 0;
  transition: max-height .5s ease-out;
}

#icon-logo {
  width: 60%;
  top: 0;
  right: 0;
  padding: 25px 15px;
  display: inline-block;
}

.menu-link {
  padding: 10px 25px;
  color: #000 !important;
  font-size: 17px;
  display: block;
  font-weight: 600;
  text-decoration: none;
}

.menu-link :hover {
  color: #000 !important;
}

.hamb {
  display: none;
}


.hamb {
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}

.hamb-line {
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

}

.hamb-line::before,
.hamb-line::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}
/* Hide checkbox */
/* Contact Form */
label,
input,
textarea {
  font-family: DTL Documenta Sans ST Regular;
  border-radius: 5px;
  font-size: 18px;
  inline-size: -webkit-fill-available;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  padding: 10px 0;
  background-color: transparent;
}

.form-group {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 30px;
  bottom: 20px;
}

.contact-background {
  background-image: url('/images/contct-background.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100vh;
  top: 0;
}

label {
  font-weight: 500;
}

button {
  font-family: DTL Documenta Sans ST Regular;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  background-color: antiquewhite;
  border-color: antiquewhite;
}

/* end contact form */
.wrapper {
  position: relative;
  max-width: 1440px;
  margin: auto;
  min-height: 100vh;
  height: auto;
}

.wrapper-index {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100vh;
}

.hero_area{
  width: 1440px;
  min-width: 380px;
}

.ParallaxImage {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 50px;
  height: 100vh;
}

.ParallaxImage .btn-video{
  float: right;
  padding: 2% 3%;
  margin-top: 20%;
  width: auto;
  background:rgba(255, 255, 255, 0.8);
}

.ParallaxImage .btn-colecction{
  width: auto;
  padding: 15px;
  background:#000;
  color: #fff !important;
  border-radius: 30px;
  font-weight: 600;
  display: table;
  margin:auto;
  margin-top: 5%;
  text-decoration: none;
}
.ParallaxImage .btn-colecction:hover{
  background:#fff;
  color: #000 !important;
  text-decoration: none;
}

.ParallaxImage h1 {
  font-weight: 700;
  font-size: 76px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  height: 100vh;
  font-family: DTL Documenta ST Regular;
}

.ParallaxContent {
  height: 100vh;
}

.ParallaxVideo {
  padding-bottom: 50px;
  padding-top: 50px;
  height: 100vh;
  width: 100%;;
}

  h1{
    margin: auto;
    padding: 2% !important;
    text-align: center;
    font-family: DTL Documenta ST Regular;
  }
.ParallaxVideo video {
  position: fixed;
  top: 0;
  z-index: -999;
  width: -webkit-fill-available;
}

.ParallaxVideo h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: DTL Documenta ST Regular;
}
.content{
  transform: skewY(0deg); 
  height: auto;
  padding: 15% 0;
  margin:auto;
}
  .products-ac{
      padding:5%;
  }
.Content01,
.Content03 {
  height: 90vh;
  background-color: #fff;
  width: 100%;
  margin-top: -300px;
}

.Content02,
.Content04{
  min-height: 90vh;
  background-color: #fff;
  width: 100%;
  margin-top: -300px;
}
.inf-col-12{
  background-image: url(/images/para_link1.jpg);
  height: fit-content !important;
  background-repeat: round;
}

.inf-col-6{
  background-image: url(/images/para_link2.jpg);
  height: fit-content !important;
  background-repeat: round;
}
.inf-col-6-2{
  background-image: url(/images/para_link3.jpg);
  height: fit-content !important;
  background-repeat: round;
}
.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  -webkit-box-shadow: 11px 8px 18px -5px rgba(0, 0, 0, 0.74);
  box-shadow: 11px 8px 18px -5px rgba(0, 0, 0, 0.74);
}

.whatsapp-icon {
  stroke: #FFF;
  fill: #FFF;
}

.form-group {
  margin: auto;
  min-width: 400px;
  width: 480px;
  inline-size: min-content;
}

footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e9ecef;
  height: auto;
  padding-top: 40px;
  color: #000;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-content h3 {
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
}

.footer-content p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #cacdd2;
}

footer .nav{
  max-height: none;
  top: 0;
  position: relative;
  float: left;
  width: fit-content;
  right: -5px;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials li {
  margin: 0 10px;
}

.socials a {
  text-decoration: none;
  padding: 5px;
  border-radius: 50%;
}

.socials a i img{
  font-size: 1.1rem;
  width: 20px;
  transition: color .4s ease;
}

.socials a:hover i {
  color: aqua;
}

.fa .fa-facebook img{
  fill:#fff;
}

.footer-bottom {
  background-color: #e9ecef;
  padding: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.footer-bottom p {
  float: left;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
}

.footer-menu {
  float: right;
}

.footer-menu ul {
  display: flex;
}

.footer-menu ul li {
  padding-right: 10px;
  display: block;
}

.footer-menu ul li a {
  color: #cfd2d6;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #27bcda;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transform: skew(5deg);
  margin:auto;
}

.content .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
}

.content .card .card__head {
  color: black;
  background: rgba(0, 0, 0, 0.45);
  color:#fff;
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
  z-index: 9999999;
}

.content .card:hover {
  flex-grow: 10;
}

.content .card:hover img {
  filter: grayscale(0);
}

.content .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg) skew(-5deg);
}

.content .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}

.content .card:not(:nth-child(5)) {
  margin-right: 1em;
}

.section-products {
  height: fit-content;
}

.contact-background {
  background-image: url('/images/fondo_registro.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  top: 0;
}

#CookieBanner {
  display: none;
}

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  background: white;
  color: black;
  text-align: center;
}

.cookie-banner p {
  font-size: 1rem;
  padding: 1rem 0.5rem 0.375rem 0.5rem;
}

.cookie-banner a {
  color: black;
}

.cookie-btn {
  background: red;
  border: 0;
  color: white;
  padding: 0.375rem 2rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.row{
  padding: 0% !important;
}
.p-5 {
  padding: 7rem !important;
}
.btn-outline-secondary {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
  color: #000;
  float: right;
  margin-top: -10%;
  margin-right: 7%;
  position: relative;
}
.btn-outline-secondary:hover {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #FFF !important;
}
.btn-outline-light {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa;
  color: #000 !important;
  position: relative;
  margin-top: -18%;
  margin-left: 10%;
}

.btn-outline-light:hover{
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #FFF !important;
}

.w-lanza-web{
  display: block;
}

.w-lanza-movil{
  display: none;
}

.card-desktop{
  display:block;
}

.card-movil{
  display: none !important;
}

@media only screen and (min-width: 1440px){
  body {
    max-height: 1440px;
    margin: 0;
    height: 100vh;
    font-family: DTL Documenta Sans ST Regular;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .content{
    transform: skewY(0deg); 
    height: auto;
    padding: 0;
    margin:auto;
  }
  
.products-ac{
      padding:5% !important;
  }
  .nav{
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    right: 30px;
  }
  .menu li{
    float: left;
    padding: 20px 25px;
    font-weight: 600;
    color: #000;
    font-size: 17px;
  }
  .menu a:hover{
    background-color: transparent;
  }
  .wrapper-index {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: initial;
  }
  .wrapper {
    position: relative;
    max-width: initial;
    margin: auto;
    min-height:100vh;
    height: auto;
  }
  .hero_area{
    width: 1440px;
    min-width: 380px;
    margin: auto;
    padding: 1% 5%;
  }
  .row{
    display: flex;
    padding: 2%;
  }
  .lead,
  .featurette-heading{
    padding: 0 30px;
  }

  .image-btn-index,
  .image-btn-index-web{
    width:inherit;
    width: -webkit-fill-available;
  }
  .image-btn-index-movil{
    display: none;
  }
  .img-backg-01{
    background-image: url(/images/b_lanza_f_web.jpg);
    background-repeat: round;
  }
  .img-backg-02{
    background-image: url(/images/b_triple.jpg);
    background-repeat: round;
  }
  .hamb{
    display: none;
  }
  .footer-bottom{
    width: -webkit-fill-available;
  }
  .section-banner-movil .image-btn-index{
    width:100%;
    display: none;
  }
  .section-banner-web{
    display: block;
  }
  .cont-info-index{
    padding: 8%;
  }
  .btn-outline-secondary {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    color: #000;
    float: right;
    margin-top: -10%;
    margin-right: 7%;
    position: relative;
  }
  .btn-outline-secondary:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #FFF !important;
  }
  .btn-outline-light {
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
    color: #000 !important;
    position: relative;
    margin-top: -18%;
    margin-left: 10%;
  }
  
  .btn-outline-light:hover{
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #FFF !important;
  }
  .inf-col-12{
    background-image: url(/images/para_link1.jpg);
    height: fit-content !important;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
  }
  
  .inf-col-6{
    background-image: url(/images/para_link2.jpg);
    height: fit-content !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
  }
  .inf-col-6-2{
    background-image: url(/images/para_link3.jpg);
    height: fit-content !important;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 10px 0;
  }
  .w-lanza-web{
    display: block;
  }
  
  .w-lanza-movil{
    display: none;
  }
  .card-desktop{
    display:block;
  }
  
  .card-movil{
    display: none !important;
  }
}
@media only screen and (min-width: 821px){
  body {
    max-height: 1439px !important;
    min-height: 821px !important;
    margin: 0;
    height: 100vh;
    font-family: DTL Documenta Sans ST Regular;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  
  .content{
    transform: skewY(0deg); 
    padding: 0;
    margin:auto;
  }
  
  .products-ac{
      padding:5%;
  }
  .nav{
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    right: 30px;
  }
  .menu li{
    float: left;
    padding: 20px 25px;
    font-weight: 600;
    color: #000;
    font-size: 17px;
  }
  .menu a:hover{
    background-color: transparent;
  }
  .wrapper-index {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: initial;
  }
  .wrapper {
    position: relative;
    max-width: initial;
    margin: auto;
    min-height:100vh;
    height: auto;
  }
  .hero_area{
    margin: auto;
    padding: 1% 5%;
  }
  #icon-logo {
    width: 20%;
    top: 0;
    right: 0;
    padding: 8px 15px;
    display: inline-block;
  }
  .row{
    display: flex;
    padding: 2%;
  }
  .lead,
  .featurette-heading{
    padding: 0 30px;
  }

  .image-btn-index,
  .image-btn-index-web{
    width:inherit;
    width: -webkit-fill-available;
  }
  .image-btn-index-movil{
    display: none;
  }
  .img-backg-01{
    background-image: url(/images/b_lanza_f_web.jpg);
    background-repeat: round;
  }
  .img-backg-02{
    background-image: url(/images/b_triple.jpg);
    background-repeat: round;
  }
  .hamb{
    display: none;
  }
  .footer-bottom{
    width: -webkit-fill-available;
  }
  .section-banner-movil .image-btn-index{
    width:100%;
    display: none;
  }
  .section-banner-web{
    display: block;
  }
  .w-lanza-web{
    display: block;
  }
  
  .w-lanza-movil{
    display: none !important;
  }
  
}
@media only screen and (max-width: 820px) {
  body {
    margin: 0;
    height: 100vh;
    font-family: DTL Documenta Sans ST Regular;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .content{
    transform: skewY(0deg); 
    height: auto;
    padding: 1% 0;
    margin:auto;
  }
    .products-ac{
      padding:5%;
  }
  .wrapper,
  .wrapper-index {
    top: 90px !important;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: initial;
  }
  .hero_area{
    min-height: 100vh;
    max-width: -webkit-fill-available;
    padding: 0 10px; 
  }
  .header,
  .header .nav-index{
    z-index: 999999;
    position: fixed !important;
    position: -webkit-sticky;
    height: 70px;
    width: 100%;
    top: 0;
    padding:5px;
    background-color: #fff !important;
  }

  .nav {
    width: 100%;
    height: 100%;
    left: 0px;
    position: fixed;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
  }

  footer .nav{
    max-height: none;
    top: 0;
    position: relative;
    float: left;
    width: fit-content;
    right: -5px;
  }

  .menu {
    width: 100%;
    padding: 2% 0;
  }
  .menu a {
    display: block;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 600;
    left: -10px;
    padding: 15px 20px;
    text-decoration: none;
  }

  .menu a:hover {
    background: rgba(255, 255, 255, 0.5);
    left: 0 !important;
    width: auto !important;
  }

  .nav {
    max-height: 0;
    transition: max-height .5s ease-out;
  }

  #icon-logo {
    width: 45%;
    top: 0;
    right: 0;
    padding: 8px 15px;
    display: inline-block;
  }
  .hamb {
    display:inline-block;
    cursor: pointer;
    float: right;
    padding: 10px 2px 0 0;
    height: 65px;
    width: 65px;
  }

  /* Style label tag */

  .hamb-line {
    display: block;
    height: auto;
    position: relative;
    width: 70%;
  }

  /* Style span tag */

  .hamb-line::before,
  .hamb-line::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .hamb-line::before {
    top: 5px;
  }

  .hamb-line::after {
    top: -5px;
  }

  .side-menu {
    display: none;
  }

  /* Toggle menu icon */
  .side-menu:checked~nav {
    max-height
    : 100%;
  }

  .side-menu:checked~.hamb .hamb-line {
    background: transparent;
  }

  .side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
  }

  .side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }
  .row{
    display: flex;
    padding: 2%;
  }
  .lead,
  .featurette-heading{
    padding: 0 30px;
  }
  .ParallaxImage {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    height: auto;
  }
  .ParallaxImage .img-colecction{
    width: 100%;
  }
  .ParallaxImage .btn-video{
    float: right;
    padding: 15%;
    margin-top: 75%;
    width: 100%;
    background:rgba(255, 255, 255, 0.8);
  }
  .image-btn-index,
  .image-btn-index-web{
    width:inherit;
    width: -webkit-fill-available;
  }
  .image-btn-index-movil{
    display: none;
  }
  .img-backg-01{
    background-image: url(/images/b_lanza_f_web.jpg);
    background-repeat: round;
  }
  .img-backg-02{
    background-image: url(/images/b_triple.jpg);
    background-repeat: round;
  }
  .footer-bottom{
    width: -webkit-fill-available;
  }
  .image-btn-index-movil{
    width: 100%;
    display: block;
  }
  .image-btn-index-web{
    display: none;
  }
  .section-banner-web{
    display: none;
  }
  .section-banner-movil .image-btn-index{
    display: block !important;
  }
  .w-lanza-web{
    display: none;
  }
  
  .w-lanza-movil{
    display: block;
  }
  .card-desktop{
    display:none;
  }
  
  .card-movil{
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
  body {
    margin: 0;
    min-height: 100vh;
    font-family: DTL Documenta Sans ST Regular;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .wrapper,
  .wrapper-index {
    top: 90px !important;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: initial;
  }
  footer .nav{
    background-color: #e9ecef;
  }

  .hero_area{
    min-height: auto;
    max-width: -webkit-fill-available;
    padding: 0 10px; 
  }
  .header,
  .header .nav-index{
    z-index: 999999;
    position: fixed !important;
    position: -webkit-sticky;
    height: 70px;
    width: 100%;
    top: 0;
    padding:5px;
    background-color: #fff !important;
  }
  .content{
    transform: skewY(0deg); 
    margin-top: -50%; 
    height: auto;
    padding: 1% 0;
    margin:auto;
  }
    .products-ac{
      padding:5%;
  }
  .nav {
    width: 100%;
    height: 100%;
    left: 0px;
    position: fixed;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
  }
  .menu {
    width: 100%;
    padding: 2% 0;
  }
  .menu a {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    left: -10px;
    padding: 15px 20px;
    text-decoration: none;
  }

  .menu a:hover {
    background: rgba(255, 255, 255, 0.5);
    left: 0 !important;
    width: auto !important;
  }

  .nav {
    max-height: 0;
    transition: max-height .5s ease-out;
  }

  #icon-logo {
    width: 45%;
    top: 0;
    right: 0;
    padding: 8px 15px;
    display: inline-block;
  }
  .hamb {
    display:inline-block;
    cursor: pointer;
    float: right;
    padding: 10px 2px 0 0;
    height: 65px;
    width: 65px;
  }

  /* Style label tag */

  .hamb-line {
    display: block;
    height: auto;
    position: relative;
    width: 70%;
  }

  /* Style span tag */

  .hamb-line::before,
  .hamb-line::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }

  .hamb-line::before {
    top: 5px;
  }

  .hamb-line::after {
    top: -5px;
  }

  .side-menu {
    display: none;
  }

  /* Toggle menu icon */
  .side-menu:checked~nav {
    max-height
    : 100%;
  }

  .side-menu:checked~.hamb .hamb-line {
    background: transparent;
  }

  .side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
  }

  .side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
  }
  .ParallaxContent {
    height:auto !important;
  }
  h1{
    margin: auto;
    padding: 2% !important;
    text-align: center;
    font-family: DTL Documenta ST Regular;
  }
  .ParallaxVideo {
    padding-bottom: 50px;
    padding-top: 50px;
    height: auto;
    width: auto;
  }

  .ParallaxVideo video {
    position: fixed;
    top: -300px !important;
    z-index: -999;
    min-height:fit-content;
    display: flex;
  }
  .ParallaxImage {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    height: auto;
  }
  .ParallaxImage .img-colecction{
    width: 100%;
  }
  .ParallaxImage .btn-video{
    float: right;
    padding: 15%;
    margin-top: 90%;
    width: 100%;
    background:rgba(255, 255, 255, 0.8);
  }
  
  .ParallaxImage .btn-colecction{
    width: auto;
    padding: 8px 15px;
    background:#000;
    color: #fff !important;
    border-radius: 30px;
    font-weight: 600;
    display: table;
    margin:auto;
    margin-top: 5%;
    text-decoration: none;
  }
  .ParallaxImage .btn-colecction:hover{
    background:#fff;
    color: #000 !important;
    text-decoration: none;
  }
  
  .ParallaxImage h1 {
    font-weight: 700;
    font-size: 12px !important;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    height: 100vh;
  }
  .Content02{
    margin-top: -40px !important;
  }
  .Content04{
    margin-top: -10%;
    padding: 1%;
}
  .img-backg-01{
    background-image: url(/images/b_lanza_f_movil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 30px 0 !important;
  }
  .image-btn-index-movil{
    width: 100%;
    display: block;
  }
  .image-btn-index-web{
    display: none;
  }
  .section-banner-web{
    display: none;
  }
  .section-banner-movil .image-btn-index{
    display: block !important;
  }
  .form-group {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 18px 8px;
    bottom: 30px !important;
}
.inf-col-12{
  background-image: url(/images/para_link1_web.jpg);
  height: fit-content !important;
  background-repeat: no-repeat;
  background-size: contain;
}

.inf-col-6{
  background-image: url(/images/para_link2.jpg);
  height: fit-content !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.inf-col-6-2{
  background-image: url(/images/para_link3.jpg);
  height: fit-content !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.w-lanza-web{
  display: none !important;
}

.w-lanza-movil{
  display: block;
}
.card-desktop{
  display:none !important;
}
.card-movil{
  display: block;
}
.btn{
    padding: 1% !important;
    margin-top:-18% !important;
    font-size: 10px;
}
}