.spacer {
  flex: 1 1 auto;
}

html,
body {
  background: white;
  position: relative;
}

.container-landing {
  background: #000000;
  height: 60px;
  position: relative;
}

.container-landing-inicio {
  background: white;
  position: relative;
}

.titulo {
  height: 70px;
  width: 100%;
  background: #FFFDFD;
}

.imgInit {
  height: inherit;
  display: inline-block;
  width: 50%;
}

.logo {
  height: 70%;
  margin-left: 1.5%;

}

.vertical-center {
  margin-top: 1.5%;
  margin-bottom: auto;
}

.center-horizontal {
  margin-left: auto;
  margin-right: auto;
}

.menu-landing {
  padding-top: 0.4%;
  text-align: end;
  display: flex;
}

.menu-landing ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.menu-landing li {
  float: left;
}

.menu1 li a {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 27px;
  text-transform: capitalize;

  color: #ffffff;

  display: block;
  text-align: center;
  padding: 12px;
  text-decoration: none;
}

.menu1 li a:hover {
  background-color: white;
  color: #333333;
  border-radius: 10px;

}



.menu1 {
  display: inline-block;
  margin-left: 5px;
}

.menu2 {
  margin-top: 10px;
  display: inline-block;
  margin-left: 3%;
  margin-right: 1%;
}


.buttonLogin {
  margin-right: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;

  text-transform: capitalize;

  display: block;
  color: #76b900;
  text-align: center;
  padding: 12px;
  text-decoration: none;
}

.buttonLogin:hover {
  background-color: #FFFFFF;
  color: #76b900;
  border-radius: 10px;
  text-decoration: none;

}

.buttonRegistro {

  background: #FFFFFE;
  border-radius: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
  text-align: center;

  color: #76b900;

  display: block;
  padding: 12px;
  text-decoration: none;

}

.buttonRegistro:hover {
  background: #76b900;
  color: #FFFFFF;
  text-decoration: none;


}

.img-carrucel {
  width: 70%;

}

.carrucelmar {
  margin: auto;
}

.imagen-pc {
  left: 50px;
}

.row-margin {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: 0;
  margin-right: 0;
}

.presentacion-landing {
  width: 100%;
  padding-bottom: 5vh;
}


.bienvenida {
  text-align: center;
  padding: 3%;

}

.logo-omia {
  height: 100px;
  width: 350px;

}

.title-landing {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  line-height: 110.5%;

  text-transform: capitalize;

  color: #000000;
  display: block;
}

.bienvenida-block {
  width: 60%;

}

.bienvenida-block span {
  margin-top: 5%;
  margin-bottom: 3%;

}


.text1-landing {

  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  text-transform: capitalize;

  color: #000000;
}

.text2-landing {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;

  color: #000000;
}

.button-landing {

  background: #FFFFFE;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: white;
  width: 250px;

  background: #666666;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  display: block;
  padding: 12px;
  text-decoration: none;

}

.button-landing:hover {
  cursor: pointer;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;


}

.button-demo {

  background: #FFFFFE;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: white;
  width: 250px;

  background: #76b900;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  display: block;
  padding: 12px;
  text-decoration: none;

}

.button-demo:hover {
  cursor: pointer;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;


}

.button-demo1 {

  background: #FFFFFE;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: white;
  width: 350px;

  background: #76b900;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  display: block;
  padding: 12px;
  text-decoration: none;

}

.button-demo1:hover {
  cursor: pointer;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;


}

.demo{
  margin-top: 5px;
}


.letra{
  text-decoration: none;
}

.seccion-landing {
  width: 100%;
  background: #FFFDFD;
  padding: 2%;
  padding-top: 5vh;

}

.card-title1 {
  color: #76b900;
  font-weight: bold;
}

.card-body2 {
  background: gainsboro;
  text-align: center;
}

.card-body1 {
  background: white;
  text-align: center;
}

.img-funciona {
  text-align: center;
  width: 200px;
  height: 200px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.img-analiticas {
  text-align: center;
  width: 25px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.img-analiticas1 {
  text-align: center;
  width: 80px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.img-analiticas2 {
  text-align: center;
  width: 45px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.img-analiticas3 {
  text-align: center;
  width: 35px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.img-funciones {
  width: 75%;
}

.img-graficas {
  width: 90%;
}

.img-nv {
  width: 35%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);

}

.img-par {
  width: 70%;
border-top-left-radius: calc(.25rem - 1px);
border-top-right-radius: calc(.25rem - 1px);

}

.fondo {
  background: #bbb8b8;
}

.fondo1 {
  background: gainsboro;
}

.title-seccion {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 132.5%;
  text-align: center;


  color: #000000;
  display: block;
}

.text-seccion {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 132.5%;

  text-align: center;

  color: black;
  display: block;
}

.text-seccion1 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 132.5%;

  text-align: center;

  color: #000000;
  display: block;
}

.po-funsion {
  text-align: center;
  margin: auto;
}

.card-features {

  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;

  text-align: center;
  margin-top: 7%;
  margin-bottom: 7%;

  transition: 0.5s;

}

.fotter-landing {
  width: 100%;
  background: #000000;
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.footer-block {
  text-align: center;
  padding: 3vh;
}

.footer-block-text1 {
  text-align: center;
  color:#FFFFFF;
}

.images1 {
  width: 50%;
}

.footer-block-text ul {
  margin-right: 10%;
}

ul {
  list-style-type: none;
  font-size: 16px;
}

.vinieta {
  list-style-type: square;
}

.vinieta1 {
  list-style-type: circle;
}

.centro{
  text-align: center;
}
.column1 {
  float: left;
  padding: 10px;
}

.left {
  width: 30%;
}

.right {
  width: 70%;
}

.card-img-top1{
  width: 70%;
}

.card-img-top2{
  width: 35%;
}
 @media (max-width: 900px) {
  .container-landing {
    background: #000000;
    height: 100%;
    position: relative;
  }
  

 /*  .menu-landing {
    padding-top: 0.8%; 
    text-align: end;
    display: block;
  }

  .spacer {
    flex: 1 1 1;
  }*/
} 