:root {
  --orange: #ff581a;
}
html {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.header {
  font-size: 9rem !important;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 75px;
  margin-top: 50px;
}
.section1 {
  background-color: var(--orange);
  padding: 25rem 10rem;
}
.section1 p {
  font-size: 2.2rem;
  color: white;
  text-align: justify;
}
.background1 {
  background-image: url(./banner1-big-poppa.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.productos {
  padding: 0 4rem;
}
.menu {
  background-color: #ffefd5;
  padding: 10rem 4rem;
}
.productos p {
  font-weight: bold;
  font-size: 2rem;
}
.productos img {
  width: 100%;
}
.spacer {
  height: 200px;
}
.link {
  color: black;
}
.menu p {
  font-size: 2rem;
  text-align: justify;
}
.solid {
  border-top: 6px solid #ff581a;
  margin-top: 50p;
}
hr {
  opacity: unset;
}
.menu h4 {
  font-weight: 900;
  color: var(--orange);
  font-size: 3rem;
}
.background2 {
  background-image: url(./footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer p {
  font-size: 2.9rem;
  color: white;
}
footer h2 {
  font-weight: 700;
  font-size: 5rem;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 2.2rem;
}
.footerbar {
  padding: 8rem 8rem;
  background-color: var(--orange);
}
.box {
  padding: 50px;
}

.fab {
  color: black;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 1px 0px 20px 0px rgba(189, 189, 189, 1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.row {
  margin-right: 0 !important;
}
.dspnline {
  display: inline-block;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: var(--orange);
  color: white;
  padding: 10px 15px;
  border: none;
}
.hea1 {
  margin-top: 0 !important;
  padding-left: 3.2rem !important;
}
.openbtn:hover {
  background-color: #444;
}
.spacer2 {
  height: 85px;
}
#main {
  transition: margin-left 0.5s;
  padding: 16px;
}
.divbtn {
  padding-right: 20px;
}
.realzp a {
  font-size: 6rem;
}
.divbtn {
  display: flex;
  justify-content: space-between;
}
.realzp {
  display: flex;
  justify-content: space-between;
  margin-top: -70px;
  padding-right: 50px;
}
.btnmobile {
  text-align: right;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .divbtn {
    margin-top: 25px;
  }
  .baner1mobile {
    display: none !important;
  }
  .hideesc {
    display: none;
  }
  .imgsola {
    width: 50%;
  }
  .footermob {
    display: none;
  }
}
@media (min-width: 550px) {
  .botbar {
    display: none;
  }
  .btnmobile {
    display: none;
  }
}
@media (max-width: 500px) {
  .hea1 {
    text-align: center;
  }
  .btndesk {
    display: none;
    text-align: right;
  }
  .divbtn {
    display: block;
    flex-direction: column-reverse;
  }
  .hideesc {
    text-align: center;
  }
  .dspnline {
    display: block;
    text-align: center;
  }
  .realzp {
    display: block;
    margin-top: -10px;
    text-align: center;
  }
  #menu h1,
  .link {
    text-align: center;
  }
  .realzp {
    padding-right: 15px;
  }
  footer p {
    font-size: 1.8rem;
  }
  footer h2 {
    font-size: 2.4rem;
  }
  .realzp a {
    font-size: 2.4rem;
  }
  .hidemobile {
    display: none;
    font-weight: 900;
  }
  .header {
    font-size: 3.2rem !important;
    line-height: 41px;
  }
  .procolum p {
    text-align: center;
    font-weight: 400;
  }

  .section1 {
    padding: 2rem 5.4rem;
  }
  .spacer,
  spacer2 {
    display: none;
  }
  .productos {
    padding: 3rem;
  }
  .header {
    padding: 0;
    margin-top: 10px;
  }
  .menu {
    padding: 2rem;
  }
  .box {
    padding: 2rem;
  }
  .link {
    font-size: 2.5rem;
  }
  .footerbar {
    padding: 4rem;
  }
  .title p {
    font-size: 1.4rem;
  }
}
