      .carousel {
        margin-bottom: 4rem;
      }
      /* Since positioning the image, we need to help out the caption */
      .carousel-caption {
        bottom: 3rem;
        z-index: 10;
      }

      /* Declare heights because of positioning of img element */
      .carousel-item {
        height: 32rem;
      }
      .carousel-item > img {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
      }
      /*Quitar el padding de container
        .container-fluid{
          padding-right: var(--bs-gutter-x, 0.00rem);
          padding-left: var(--bs-gutter-x, 0.00rem);
        }
        */
      h1 {
        font-family: "Bebas Neue", cursive;
      }
      input::placeholder {
        font-family: "Bebas Neue", cursive;
      }
      textarea::placeholder {
        font-family: "Bebas Neue", cursive;
      }

      body {
        background-image: url("../img/plasticos/Imágenes_Mesa de trabajo 1Ligera.png.png");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
      }

      #Conocenos {
        background-image: url("../img/plasticos/Imágenes_Mesa de trabajo 1Ligera.png");

        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        min-height: 700px;
      }
      .people-wrap {
        display: flex;
        align-items: center;
      }
      .img {
        display: block;
        /* remove gap*/
      }
      .dropdown1 {
        position: relative;
        display: inline-block;
      }

      .dropdown-content1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding: 12px 16px;
        z-index: 1;
      }

      .dropdown1:hover .dropdown-content1 {
        display: inline;
      }
      .nav-item > a:hover {
        background-color: #77b82a !important;
        color: white !important;
      }