/* Show it is fixed to the top */
body {
  min-height: auto;
  padding-top: 4.5rem;
}
.menunav{
  background-color: #fff;
  padding: 0% 7%;
  border-bottom: 1px ;
  box-shadow: 0px 0px 10px #5e5e5e;
}
.menunav img{
  max-width: 65%;
}
.nav-item a{
  color: #303030 !important;
  font-weight: 700;
  font-size: 18px;

}
.nav-item a:hover{
  color: #F47A3C !important;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #A65126;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0px 0px 3px 0px #A65126;
}
.inicio{
  background-image: url(../img/scientist-working-on-a-laptop-computer-2000x1125.jpg);
  background-size: cover;
}
.bacimg{
  background-color:rgb(131 131 131 / 33%);
  padding: 15% 15%;
}
.titulosbac h1{
  font-size: 72px;
  color: #A65126;
  font-weight: 700;
  text-align: center;
  font-family: "Jost", serif;
}
.infoinoc{
  padding: 5%;
  font-size: 18px;
}
.infoinoc h5{
  margin-top: 5%;
}
.parallaxtitulo{
  background-image: url("../img/quality-control-expert-inspecting-at-food-specimen-2000x1436.jpg");
  min-height: 150px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.parallaxtitulo h1{
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "Jost", serif;
  font-size: 70px;
  padding: 6%;
}
.desv{
  background-color:rgb(92 92 92 / 33%);
}
.space{
  padding: 2% 0%;
}
.recuadro{
  background-color: #FAFAFA;
  padding: 3% 3%;
  width: 400px;
  margin: 0px 5px;
  text-align: center;
  margin: 2% 1%;
}
.recuadro img{
margin-bottom: 4%;
}
.recuadro a{
text-decoration: none;
font-weight: 600;
color: #F47A3C;
font-size: 20px;
}
.recuadro a:hover{
  color: #A65126;
}
.pelegir{
background-color: #F47A3C;
padding: 5% 18%;
}
.titeint h1{
  color: #fff;
  font-size: 65px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;

}
.titeint p{
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10%;
}
.numero{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #7f7f7f;
  font-size: 30px;
  padding-top: 5px;
  margin: 0% 5%;
}
.textpe{
  padding: 0% 0% 5% 0%;
}
.textpe h3{
font-size: 20px;
color: #fff;
font-weight: bold;
}
.textpe p{
  color: #2a2a2a;
  font-weight: 600;
  
}
.contacto{
  padding: 5%;
}
.contacto h1{
  color: #303030;
  font-size: 65px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;

}
.footer{
  background-color: #F47A3C;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 2%;
}
.lumi{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.textitu{
padding: 2rem;
}
.textitu h2{
  font-size: 45px;
  }
.align-items-center {
  align-items: center !important;
}
.ventilumi{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.reventi{
  background-color: #fafafa;
  padding: 3rem;
  border-left: 3px solid #F47A3C;
}
.recolem{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.ventrecolem{
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.revencolem{
  background-color: #ffffff;
  padding: 3rem;
  border-top: 3px solid #F47A3C;
  border-bottom: 3px solid #F47A3C;
}
.iniciopr{
  background-image: url(../img/adobestock-152214031-nutrition-expert-testing-food-products-in-lab-2000x1335.jpg);
  background-size: cover;
}
.bacimgpr{
  background-color:rgb(131 131 131 / 33%);
  padding: 4% 15%;
}
.recuadropr{
  width: 75%;
  padding: 5% 5%;
  background-color: #fff;
}
.titulopr{
  text-align: center;
}
.titulopr h1{
  font-size: 60px;
  color: #A65126;
  font-weight: 700;
}
.titulopr p{
  font-size: 18px;
 
}
.recuadropri{
  background-color: #ffffff;
  padding: 3% 3%;
  width: 500px;
  margin: 0px 5px;
  margin: 0% 1%;
  font-size: 18px;
}
@media only screen and (max-width: 770px) {
  .titulosbac h1 {
    font-size: 50px;
}
.parallaxtitulo h1 {
  font-size: 50px;
}
.titeint h1 {
  font-size: 50px;
}
.contacto h1 {
  font-size: 50px;
}
}